Dart_EnterScope_Type typedef

Dart_EnterScope_Type = Pointer<NativeFunction<Void Function()>>

Implementation

typedef Dart_EnterScope_Type = ffi.Pointer<ffi.NativeFunction<ffi.Void Function()>>;