NativeInitDartIsolateContext typedef
NativeInitDartIsolateContext =
Pointer<Void> Function(Int64 sendPort, Pointer<Uint64> dartMethods, Int32 methodsLength)
Implementation
typedef NativeInitDartIsolateContext = Pointer<Void> Function(
Int64 sendPort, Pointer<Uint64> dartMethods, Int32 methodsLength);