@override Future<void> startRecognition({String? wakeUpWord}) { return methodChannel.invokeMethod('startRecognition', wakeUpWord); }