suppliesMatch method

Future<bool?> suppliesMatch()

suppliesMatch() compares the supply name that is installed in the connected printer and the supply name that the current template was designed with. Returns true if the supplies match. Otherwise, returns false.

Implementation

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