transformError method
Transforms the error before it is emitted.
Implementation
@protected
BlocError? transformError(dynamic error, StackTrace stackTrace) {
return BlocError(source: error, stackTrace: stackTrace);
}
Transforms the error before it is emitted.
@protected
BlocError? transformError(dynamic error, StackTrace stackTrace) {
return BlocError(source: error, stackTrace: stackTrace);
}