removeBranch method

void removeBranch({
  1. required CatalogRow row,
  2. required String locale,
  3. required List<String> path,
})

Implementation

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