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() async {
  return await BradyFlutterPluginPlatform.instance.getIsSupplyPreSized();
}