getNotifications

abstract fun getNotifications(decryptionTimeout: Duration = 5.seconds, syncResponseBufferSize: Int = 4): Flow<NotificationService.Notification>
abstract fun getNotifications(response: Sync.Response, decryptionTimeout: Duration = 5.seconds): Flow<NotificationService.Notification>

Deprecated

use the new notification system instead