CallFunctionFfiDartType typedef

CallFunctionFfiDartType = void Function(int engineId, Pointer<Utf16> action, Pointer<Uint8> params, int paramsLen, int callbackId)

Implementation

typedef CallFunctionFfiDartType = void Function(
  int engineId,
  Pointer<Utf16> action,
  Pointer<Uint8> params,
  int paramsLen,
  int callbackId,
);