@override Future<void> speak(String sentence) async { await methodChannel.invokeMethod('speak', {'sentence': sentence}); }