request library
Classes
-
MyoroRequest<
T> - Model representing a state where data being fetched via FutureOr function.
-
MyoroRequestNotifier<
T> - ValueNotifier that executes a FutureOr function to retrieve data.
Enums
- MyoroRequestEnum
- Enum used to manage the status of an asyncronous request.
Typedefs
-
MyoroRequestNotifierRequest<
T> = FutureOr< T?> Function() - Function that requests the data to be retrieved.