Dart_NewNativePort_Type typedef

Dart_NewNativePort_Type = Pointer<NativeFunction<Dart_Port_DL Function(Pointer<Char> name, Dart_NativeMessageHandler_DL handler, Bool handle_concurrently)>>

Implementation

typedef Dart_NewNativePort_Type = ffi.Pointer<ffi.NativeFunction<Dart_Port_DL Function(ffi.Pointer<ffi.Char> name, Dart_NativeMessageHandler_DL handler, ffi.Bool handle_concurrently)>>;