NativeInvokeModule typedef

NativeInvokeModule = Pointer<NativeValue> Function(Pointer<Void> callbackContext, Double contextId, Pointer<NativeString> module, Pointer<NativeString> method, Pointer<NativeValue> params, Pointer<Uint8> errmsg, Pointer<NativeFunction<NativeAsyncModuleCallback>>)

Implementation

typedef NativeInvokeModule = Pointer<NativeValue> Function(
    Pointer<Void> callbackContext,
    Double contextId,
    Pointer<NativeString> module,
    Pointer<NativeString> method,
    Pointer<NativeValue> params,
    Pointer<Uint8> errmsg,
    Pointer<NativeFunction<NativeAsyncModuleCallback>>);