Dart_NewSendPort_Type typedef

Dart_NewSendPort_Type = Pointer<NativeFunction<Handle Function(Dart_Port_DL port_id)>>

Implementation

typedef Dart_NewSendPort_Type = ffi.Pointer<ffi.NativeFunction<ffi.Handle Function(Dart_Port_DL port_id)>>;