feedPaper static method

Future<void> feedPaper()

Feeds the paper to the printer (only supported by limited devices)

Implementation

static Future<void> feedPaper() async {
  await _channel.invokeMethod(commandFeedPaper);
}