menu
flowdb package
documentation
core.dart
Collection
getRandom method
getRandom method
dark_mode
light_mode
getRandom
method
Future
<
Record
?
>
getRandom
(
)
Implementation
Future<Record?> getRandom() async => await _collectionOperations.getRandom();
flowdb package
documentation
core
Collection
getRandom method
Collection class