cubits/request_persistant_cubit library

Classes

RequestPersistantCubit<R extends BaseRepository<BaseService, dynamic>, T>
Cubit that extends on RequestCubit by adding the ability to store its internal state using HydratedBloc. Serialization is handled automatically by the state and the cubit state.