@override Stream<dynamic> onMessage() { _notificationStream ??= eventChannel.receiveBroadcastStream(); return _notificationStream!; }