notificationRepository function
Implementation
NotificationRepository? notificationRepository({String? appId}) =>
AbstractRepositorySingleton.singleton.notificationRepository(appId);
NotificationRepository? notificationRepository({String? appId}) =>
AbstractRepositorySingleton.singleton.notificationRepository(appId);