deleteIndex abstract method

  1. @Deprecated('Use defaultCollection.deleteIndex instead.')
FutureOr<void> deleteIndex(
  1. String name
)

Deletes the Index of the given name.

Implementation

@Deprecated('Use defaultCollection.deleteIndex instead.')
FutureOr<void> deleteIndex(String name);