CallNativeEventFfiDartType typedef
CallNativeEventFfiDartType =
void Function(int engineId, int rootId, int nodeId, Pointer<Utf16> event, Pointer<Uint8> params, int paramsLen)
Implementation
typedef CallNativeEventFfiDartType = void Function(
int engineId,
int rootId,
int nodeId,
Pointer<Utf16> event,
Pointer<Uint8> params,
int paramsLen,
);