onError property

dynamic Function(SBException error)? onError
final

The callback that will be called when there is any error.

Implementation

final Function(SBException error)? onError;