onError property

void Function(SolevatoClientException)? onError
getter/setter pair

Triggered when any error occurs in solevato client's operations with the error

See SolevatoClientExceptionType for the various types of exceptions that can be triggered

Implementation

void Function(SolevatoClientException)? onError;