menu
bloom_framework package
documentation
bloom_mobile.dart
BloomQuery<T>
fetch property
fetch property
dark_mode
light_mode
fetch
property
Future
<
T
>
Function
()
fetch
final
The asynchronous fetch function executed to retrieve data.
Implementation
final Future<T> Function() fetch;
bloom_framework package
documentation
bloom_mobile
BloomQuery<T>
fetch property
BloomQuery class