stopConversation method

  1. @override
Future<String> stopConversation()
override

Implementation

@override
Future<String> stopConversation() {
  return conversationTranscriber.stopConversation();
}