appRepository function

AppRepository? appRepository({
  1. String? appId,
})

Implementation

AppRepository? appRepository({String? appId}) =>
    AbstractMainRepositorySingleton.singleton.appRepository();