getDotsPerInch method

Future<int?> getDotsPerInch()

getDotsPerInch() returns an Integer representing the dots per inch metric of the connected printer.

Implementation

Future<int?> getDotsPerInch() async {
  throw UnimplementedError('getDotsPerInch() has not been implemented.');
}