show method

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

Show the Zendesk messaging UI.

Implementation

@override
Future<void> show() async {
  await methodChannel.invokeMethod<void>('show');
}