deleteIndex abstract method
Deletes the Index of the given name.
Implementation
@Deprecated('Use defaultCollection.deleteIndex instead.')
FutureOr<void> deleteIndex(String name);
Deletes the Index of the given name.
@Deprecated('Use defaultCollection.deleteIndex instead.')
FutureOr<void> deleteIndex(String name);