menu
eliud_pkg_fundamentals_model package
documentation
model/link_cache.dart
LinkCache
refreshRelations static method
refreshRelations static method
dark_mode
light_mode
refreshRelations
static method
Future
<
LinkModel
>
refreshRelations
(
LinkModel
model
)
Implementation
static Future<LinkModel> refreshRelations(LinkModel model) async { return model.copyWith(); }
eliud_pkg_fundamentals_model package
documentation
model/link_cache
LinkCache
refreshRelations static method
LinkCache class