shopFrontRepository function

ShopFrontRepository? shopFrontRepository({
  1. String? appId,
})

Implementation

ShopFrontRepository? shopFrontRepository({String? appId}) =>
    AbstractRepositorySingleton.singleton.shopFrontRepository(appId);