foregroundNotificationEventChannel top-level constant
Foreground Notification event channel made public for testing purposes.
Implementation
@visibleForTesting
const foregroundNotificationEventChannel = EventChannel(
'com.amazonaws.amplify/push_notification/event/FOREGROUND_MESSAGE_RECEIVED',
);