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