initializePrinter method

Future<void> initializePrinter({
  1. int height = 0,
  2. int offset = 0,
  3. int count = 1,
})

Implementation

Future<void> initializePrinter({int height = 0, int offset = 0, int count = 1}) {
  throw UnimplementedError('initializePrinter() has not been implemented.');
}