stopConversation method

Future<String?> stopConversation()

Implementation

Future<String?> stopConversation() {
  throw UnimplementedError('stopConversation() has not been implemented.');
}