menu
eliud_pkg_chat_model package
documentation
model/room_cache.dart
RoomCache
refreshRelations static method
refreshRelations static method
dark_mode
light_mode
refreshRelations
static method
Future
<
RoomModel
>
refreshRelations
(
RoomModel
model
)
Implementation
static Future<RoomModel> refreshRelations(RoomModel model) async { return model.copyWith(); }
eliud_pkg_chat_model package
documentation
model/room_cache
RoomCache
refreshRelations static method
RoomCache class