index method

Future<void> index(
  1. String fieldName
)

Implementation

Future<void> index(String fieldName) async {
  harnLog.register({"index": fieldName});
  return _harnCollection.index(fieldName);
}