DartPostCObject typedef

DartPostCObject = Pointer<NativeFunction<Bool Function(Int64, Pointer<Void>)>>

This is only intended to be used by automatically generated code, instead of developers.

Implementation

typedef DartPostCObject =
    ffi.Pointer<
      ffi.NativeFunction<ffi.Bool Function(ffi.Int64, ffi.Pointer<ffi.Void>)>
    >;