bloc/service library

Classes

Service<StateT extends State, ProviderT extends RepositoryProvider>
Base class for all services of an application. Each service is responsible for providing backend data services for a particular feature of the application. The services implements state management using the Cubit library.