getAllUpdates

abstract fun getAllUpdates(): Flow<NotificationUpdate>

Get all notification updates. This returns an empty flow, when MatrixClientConfiguration.enableExternalNotifications is not enabled.

This Flow should not be buffered. As soon as the next value is requested from a collect operation, the old one will be deleted from the database.