getRandomMany method

Future<List<Document>> getRandomMany([
  1. int count = 1
])

Implementation

Future<List<Document>> getRandomMany([int count = 1]) async =>
    await _collectionOperations.getRandomMany(count);