getRandomMany method

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

Implementation

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