displayMessages method

  1. @override
Future<void> displayMessages()
override

To display an Activity with your Messages content.

Implementation

@override
Future<void> displayMessages() async {
  await js.context.callMethod('Intercom', ['showMessages']);
  print("Launched the Messenger with the message list");
}