getById

abstract fun getById(id: String): Flow<Notification?>

Notification by id, or null if not available.