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