Future<void> printTree(String path, void Function(String) printLine, {int maxDepth = 3}) => drive.printTree(path, printLine, maxDepth: maxDepth);