@override Future<String> stopLiveTranscription() async { return await methodChannel .invokeMethod<String>('stopLiveTranscription') .then<String>((String? value) => value ?? ""); }