Future<void> delete(String path, {bool? recursive = false}) async { await _invoke("delete", {"path": path, "recursive": recursive}); }