Abi.current constructor
Abi.current()
The ABI the Dart VM is currently running on.
Implementation
factory Abi.current() {
return linuxX64;
}
The ABI the Dart VM is currently running on.
factory Abi.current() {
return linuxX64;
}