tokenReceivedEventChannel top-level constant

  1. @visibleForTesting
EventChannel const tokenReceivedEventChannel

Foreground Notification event channel made public for testing purposes.

Implementation

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