beginLabel method

Future<bool> beginLabel()

Implementation

Future<bool> beginLabel() async {
  return await sendcommand("^L");
}