removeBranch method
Implementation
void removeBranch({
required CatalogRow row,
required String locale,
required List<String> path,
}) {
drafts.removeBranch(row: row, locale: locale, path: path);
}
void removeBranch({
required CatalogRow row,
required String locale,
required List<String> path,
}) {
drafts.removeBranch(row: row, locale: locale, path: path);
}