@override Stream<Map<String, dynamic>> notificationEvents() { return notificationChannel.receiveBroadcastStream().map(_toMap); }