deleteIndex abstract method

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

Deletes the Index of the given name.

Implementation

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