onStartDumpData property

(void Function(int errorCode)?) onStartDumpData
read / write

Callback when starting to dump data.

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

  • errorCode Error code.

Implementation

static void Function(int errorCode)? onStartDumpData;