DartPostCObjectFnType typedef

DartPostCObjectFnType = Pointer<NativeFunction<Bool Function(DartPort, Pointer<Void>)>>

Implementation

typedef DartPostCObjectFnType = ffi.Pointer<
    ffi.NativeFunction<ffi.Bool Function(DartPort, ffi.Pointer<ffi.Void>)>>;