menu
eliud_pkg_feed_model package
documentation
model/feed_cache.dart
FeedCache
refreshRelations static method
refreshRelations static method
dark_mode
light_mode
refreshRelations
static method
Future
<
FeedModel
>
refreshRelations
(
FeedModel
model
)
Implementation
static Future<FeedModel> refreshRelations(FeedModel model) async { return model.copyWith(); }
eliud_pkg_feed_model package
documentation
model/feed_cache
FeedCache
refreshRelations static method
FeedCache class