Future<void> moveItem(String uuid, String destUuid, String type) => drive.moveItem(uuid, destUuid, type);