DestroyDevtoolsDartType typedef

DestroyDevtoolsDartType = void Function(int engindId, int rootId)

Implementation

typedef DestroyDevtoolsDartType = void Function(
  int devtoolsId,
  int isReload,
);