refreshRelations static method
Implementation
static Future<MemberHasChatModel> refreshRelations(
MemberHasChatModel model) async {
return model.copyWith();
}
static Future<MemberHasChatModel> refreshRelations(
MemberHasChatModel model) async {
return model.copyWith();
}