Performs a cut on an ME.
Future<void> cut(int meIndex) async { await sendCommand(CutCommand(meIndex: meIndex)); }