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