endLabel method

Future<bool> endLabel()

Implementation

Future<bool> endLabel() async {
  return await sendcommand("E");
}