autoOut method

Future<void> autoOut(
  1. String printerId
)

Implementation

Future<void> autoOut(String printerId) {
  throw UnimplementedError('autoOut() has not been implemented.');
}