openChat method

Future<void> openChat()

Implementation

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