onStartDumpData property
Callback when starting to dump data.
Available since: 3.10.0
When to Trigger: This callback is triggered when startDumpData is called.
errorCodeError code.
Implementation
static void Function(int errorCode)? onStartDumpData;