postCObject 属性

Pointer<NativeFunction<Int8 Function(Int64, Pointer<Dart_CObject>>>> postCObject

指向 bool Dart_PostCObject(Dart_Port port_id, Dart_CObject* message) 函数的指针,该函数定义在 dart_native_api.h 中。

实现

external static Pointer<
        NativeFunction<Int8 Function(Int64, Pointer<Dart_CObject>)>>
    get postCObject;