menu
blueprint_flutter_core package
documentation
blueprint_network.dart
FxResponse<T> typedef
FxResponse<T> typedef
dark_mode
light_mode
FxResponse<
T
>
typedef
FxResponse
<
T
> =
Future
<
FxResult
<
T
>
>
Implementation
typedef FxResponse<T> = Future<FxResult<T>>;
blueprint_flutter_core package
documentation
blueprint_network
FxResponse<T> typedef
blueprint_network library