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