dropAllIndexes method

Future<Map<String, dynamic>> dropAllIndexes()

Implementation

Future<Map<String, dynamic>> dropAllIndexes() async {
  final ret = await p.dropAllIndexes(collectionId);
  return ret;
}