resetSortableAttributes method

Future<Task> resetSortableAttributes()

Reset sortable attributes of the index.

Implementation

Future<Task> resetSortableAttributes() async {
  return await _getTask(
      http.deleteMethod('/indexes/$uid/settings/sortable-attributes'));
}