closeChat method

Future<void> closeChat()

Implementation

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