Dart_HandleFromPersistent_Type typedef

Dart_HandleFromPersistent_Type = Pointer<NativeFunction<Handle Function(Handle object)>>

Implementation

typedef Dart_HandleFromPersistent_Type = ffi.Pointer<ffi.NativeFunction<ffi.Handle Function(ffi.Handle object)>>;