Dart_SendPortGetId_Type typedef

Dart_SendPortGetId_Type = Pointer<NativeFunction<Handle Function(Handle port, Pointer<Dart_Port_DL> port_id)>>

Implementation

typedef Dart_SendPortGetId_Type = ffi.Pointer<ffi.NativeFunction<ffi.Handle Function(ffi.Handle port, ffi.Pointer<Dart_Port_DL> port_id)>>;