OnInvokeDartCallbackNativeType typedef

OnInvokeDartCallbackNativeType = Void Function(Uint32 id, Uint32 reqestId, Pointer<Uint8> params, Int32 paramsLen)

Implementation

typedef OnInvokeDartCallbackNativeType = Void Function(
    Uint32 id, Uint32 reqestId, Pointer<Uint8> params, Int32 paramsLen);