@override Future<List<int>> printAndFeedLine() async { final version = await methodChannel.invokeMethod('printAndFeedLine'); return version; }