refreshRelations static method

Future<ChatMemberInfoModel> refreshRelations(
  1. ChatMemberInfoModel model
)

Implementation

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