getIsSupplyPreSized method

Future<bool?> getIsSupplyPreSized()

getIsSupplyPreSized() returns a Boolean representing if the supply installed in the connected printer is pre-sized. If false, the supply is continuous.

Implementation

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