menu
flowdb package
documentation
core.dart
Collection
getAll method
getAll method
dark_mode
light_mode
getAll
method
Future
<
List
<
Record
>
>
getAll
(
)
Implementation
Future<List<Record>> getAll() async => await _builder.get();
flowdb package
documentation
core
Collection
getAll method
Collection class