openChatConversation method

Future<void> openChatConversation()

Implementation

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