showMessenger method

Future<bool> showMessenger()

Open the messaging UI if available on the native SDK.

This method displays the Dimelo messaging interface to the user. Make sure to call initialize first.

Returns true if the messenger was shown successfully, false otherwise.

Implementation

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