foregroundNotificationEventChannel top-level constant

  1. @visibleForTesting
EventChannel const foregroundNotificationEventChannel

Foreground Notification event channel made public for testing purposes.

Implementation

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