getRandom method

Future<Document?> getRandom()

Implementation

Future<Document?> getRandom() async => await _collectionOperations.getRandom();