showChat method

Future<void> showChat()

Implementation

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