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