delete method

Future<bool> delete()

Delete index.

Returns the success status of the delete operation.

Implementation

Future<bool> delete() => _client.deleteIndex(index: name);