@override Future<String?> printLineFeed() async { final res = await methodChannel.invokeMethod<String>('printLineFeed'); return res; }