bloc/provider library

Classes

ErrorEventType<T extends AppException>
The ErrorEventType is a ProviderEvent used to communicate errors between a RepositoryProvider and the consumer of the RepositoryProvider.
NullProvider
The NullProvider class is a RepositoryProvider that does not provide any backend services. This provider is used when a feature does not require any backend services to function.
ProviderEvent
The ProviderEvent class is the base class for all events for this provider. The events are used to communicate between a RepositoryProvider and the consumer of the RepositoryProvider.
RepositoryProvider
Base interface for a Bloc repository provider