onUploadDumpData property
getter/setter pair
Callback after uploading the dump data.
Available since: 3.10.0
When to Trigger: When uploadDumpData
is called, this callback will be triggered after SDK executes the upload task.
errorCode
Error code.
Implementation
static void Function(int errorCode)? onUploadDumpData;