@override Future<void> sendEscCommand(Uint8List esc) async { _methodChannel.invokeMethod(Constants.METHOD_COMMAND_SEND_ESC, esc); }