notificationOpenedEventChannel top-level constant

  1. @visibleForTesting
EventChannel const notificationOpenedEventChannel

Foreground Notification event channel made public for testing purposes.

Implementation

@visibleForTesting
const notificationOpenedEventChannel = EventChannel(
  'com.amazonaws.amplify/push_notification/event/NOTIFICATION_OPENED',
);