onError property
Triggered when any error occurs in DOO client's operations with the error
See DOOClientExceptionType for the various types of exceptions that can be triggered
Implementation
void Function(DOOClientException)? onError;
Triggered when any error occurs in DOO client's operations with the error
See DOOClientExceptionType for the various types of exceptions that can be triggered
void Function(DOOClientException)? onError;