closeChat method

Future<void> closeChat()

Implementation

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