evalBinary method

  1. @override
Future evalBinary(
  1. Uint8List bytecode
)
override

Implementation

@override
Future<dynamic> evalBinary(Uint8List bytecode) async {
  return _ffi.evalWithBinary(_handle, bytecode);
}