CallNativeFunctionFfiDartType typedef

CallNativeFunctionFfiDartType = void Function(int engineId, int rootId, Pointer<Utf16> callId, Pointer<Uint8> params, int paramsLen, int keep)

Implementation

typedef CallNativeFunctionFfiDartType = void Function(
  int engineId,
  int rootId,
  Pointer<Utf16> callId,
  Pointer<Uint8> params,
  int paramsLen,
  int keep,
);