shopRepository function

ShopRepository? shopRepository({
  1. String? appId,
})

Implementation

ShopRepository? shopRepository({String? appId}) =>
    AbstractRepositorySingleton.singleton.shopRepository(appId);