repositories/request library
Classes
-
RequestRepository<
S extends BaseService, T> -
Cubit that simplyfies state and data management. It uses RequestState
as the main state, with the specific type
T. Events are emited from the loadData method, to signify the change of state within the network request process.