setPaperWidth method

Future<void> setPaperWidth(
  1. int width
)

Implementation

Future<void> setPaperWidth(int width) async {
  throw UnimplementedError('getPrinterStatus() has not been implemented.');
}