startLabelPrint static method

Future<void> startLabelPrint()

Enter into the label printing mode

Implementation

static Future<void> startLabelPrint() async {
  await _channel.invokeMethod("LABEL_LOCATE");
}