DestroyFfiDartType typedef

DestroyFfiDartType = void Function(int domId, int engineId, int renderId)

Implementation

typedef DestroyFfiDartType = void Function(
  int engineId,
  int callbackId,
  int isReload,
);