handlePushMessage method

Future<void> handlePushMessage()
inherited

When a user taps on a push notification Intercom hold onto data such as the URI in your message or the conversation to open.

When you want Intercom to act on that data, use this method.

Implementation

Future<void> handlePushMessage() {
  throw UnimplementedError('handlePushMessage() has not been implemented.');
}