refreshRelations static method

Future<ShopModel> refreshRelations(
  1. ShopModel model
)

Implementation

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