core/error/bloc_error_handler library
Mixins
- BaseErrorHandlerMixin
- A mixin that provides error handling capabilities for Blocs.
-
BlocErrorHandlerMixin<
Event extends MainBlocEvent, State extends MainBlocState> - A mixin that provides error handling capabilities for Blocs. Implements BaseErrorHandlerMixin and adds specific Bloc error handling.
-
CubitErrorHandlerMixin<
State extends MainBlocState> - A mixin that provides error handling capabilities for Cubits. Implements BaseErrorHandlerMixin and adds specific Cubit error handling.