onNotificationTapped property

Stream<Map<String, dynamic>> get onNotificationTapped

Implementation

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