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