UnloadInstanceFfiDartType typedef

UnloadInstanceFfiDartType = int Function(int engineId, Pointer<Uint8> params, int paramsLength)

Implementation

typedef UnloadInstanceFfiDartType = int Function(
  int engineId,
  Pointer<Uint8> params,
  int paramsLength,
);