initPrinter static method

Future<void> initPrinter()

Initialize the printer. This will clear all set alignments and font changes to default.

Implementation

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