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