@override Future<void> feedLine(int lines, String type) async { return await methodChannel.invokeMethod('feedLine', { 'count': lines, 'type': type }); }