Dart_CloseNativePort_Type typedef

Dart_CloseNativePort_Type = Pointer<NativeFunction<Bool Function(Dart_Port_DL native_port_id)>>

Implementation

typedef Dart_CloseNativePort_Type = ffi.Pointer<ffi.NativeFunction<ffi.Bool Function(Dart_Port_DL native_port_id)>>;