openChat method

Future<void> openChat()

Implementation

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