menu
sunny_data package
documentation
sunny_store.dart
SunnyStore<V extends Entity>
nextReload property
nextReload property
dark_mode
light_mode
nextReload
property
Future
<
List
<
Record
<
V
>
>
>
get
nextReload
Implementation
Future<List<Record<V>>> get nextReload { return _reloadCompletions.stream.first; }
sunny_data package
documentation
sunny_store
SunnyStore<V extends Entity>
nextReload property
SunnyStore class