checkForPartMismatch method

Future<bool?> checkForPartMismatch()

checkForPartMismatch() returns a Boolean representing if the selected template was not designed with the supply that is installed in the connected printer.

Implementation

Future<bool?> checkForPartMismatch() {
  throw UnimplementedError(
      'checkForPartMismatch() has not been implemented.');
}