Dart_Post_Type typedef

Dart_Post_Type = Pointer<NativeFunction<Bool Function(Dart_Port_DL port_id, Handle object)>>

Implementation

typedef Dart_Post_Type = ffi.Pointer<ffi.NativeFunction<ffi.Bool Function(Dart_Port_DL port_id, ffi.Handle object)>>;