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