indexingStatus method

Future<IndexStatusResponse> indexingStatus()

Gets the indexing status of the collection.

Implementation

Future<IndexStatusResponse> indexingStatus() => _records.indexingStatus();