show method

Future<void> show()

Show the Zendesk messaging UI.

Implementation

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