menu
bones_api package
documentation
bones_api.dart
FutureAPIResponseExtension<T>
errorAsync property
errorAsync property
dark_mode
light_mode
errorAsync
property
Future
get
errorAsync
Implementation
Future<dynamic> get errorAsync => then((r) => r.error);
bones_api package
documentation
bones_api
FutureAPIResponseExtension<T>
errorAsync property
FutureAPIResponseExtension extension on
Future
<
APIResponse
<
T
>
>