deleteByLabel method

Future<bool> deleteByLabel(
  1. String label
)

Implementation

Future<bool> deleteByLabel(String label) {
  return deleteByIndex(r'label', [label]);
}