static Stream<Map<String, dynamic>> get onNotificationTapped { // Initialize listener when stream is first accessed _initializeNotificationListener(); return _notificationTapController.stream; }