OnDartInvokeNativeType typedef
OnDartInvokeNativeType =
Void Function(Uint32 id, Pointer<Uint8> params, Int32 paramsLen, Int32 callbackId)
Implementation
typedef OnDartInvokeNativeType = Void Function(
Uint32 id, Pointer<Uint8> params, Int32 paramsLen, Int32 callbackId);