notificationRepository function

NotificationRepository? notificationRepository({
  1. String? appId,
})

Implementation

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