openChatWithAnother method

Future<void> openChatWithAnother(
  1. ChatUser user
)

Implementation

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