Future speak({required String text}) async { return await methodChannel.invokeMethod<String>('speak', {"text": text}); }