Dart_SetPersistentHandle_Type typedef

Dart_SetPersistentHandle_Type = Pointer<NativeFunction<Void Function(Handle obj1, Handle obj2)>>

Implementation

typedef Dart_SetPersistentHandle_Type = ffi.Pointer<ffi.NativeFunction<ffi.Void Function(ffi.Handle obj1, ffi.Handle obj2)>>;