profileRepository function

ProfileRepository? profileRepository({
  1. String? appId,
})

Implementation

ProfileRepository? profileRepository({String? appId}) =>
    AbstractRepositorySingleton.singleton.profileRepository(appId);