onStopDumpData method

void onStopDumpData(
  1. int errorCode,
  2. String dumpDir
)

Callback when stopping to dump data.

Available since: 3.10.0 When to Trigger: This callback is triggered when stopDumpData is called.

  • errorCode Error code.
  • dumpDir Dump data dir.

Implementation

void onStopDumpData(
  int errorCode,
  String dumpDir,
) {}