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