onStopDumpData property
Callback when stopping to dump data.
Available since: 3.10.0
When to Trigger: This callback is triggered when stopDumpData is called.
errorCodeError code.dumpDirDump data dir.
Implementation
static void Function(int errorCode, String dumpDir)? onStopDumpData;