@override Future<String?> printLine(text) async { final res = await methodChannel.invokeMethod<String>( 'printLine', {"text": text}, ); return res; }