Dart_PostInteger_Type typedef

Dart_PostInteger_Type = Pointer<NativeFunction<Bool Function(Dart_Port_DL port_id, Int64 message)>>

Implementation

typedef Dart_PostInteger_Type = ffi.Pointer<ffi.NativeFunction<ffi.Bool Function(Dart_Port_DL port_id, ffi.Int64 message)>>;