exists method

Future<bool> exists()

Returns weather the index exists.

Implementation

Future<bool> exists() => _client.indexExists(index: name);