onError property
final
The callback that will be called when there is any error.
Implementation
final Function(SBException error)? onError;
The callback that will be called when there is any error.
final Function(SBException error)? onError;