Dart_NewPersistentHandle_Type typedef

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

Implementation

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