feedPaper static method

Future<void> feedPaper()

This will feed the paper.

Implementation

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