flush method

Future<void> flush()

Flush index.

Implementation

Future<void> flush() => _client.flushIndex(index: name);