handlePushMessage method
- @Deprecated("Calling this API is no longer required. Intercom will directly open the chat screen when a push notification is clicked.")
- @override
override
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
@Deprecated(
"Calling this API is no longer required. Intercom will directly open the chat screen when a push notification is clicked.")
@override
Future<void> handlePushMessage() async {
await _channel.invokeMethod('handlePushMessage');
}