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