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