menu
dlcov package
documentation
usecases/get_records.dart
GetRecords
call method
call method
dark_mode
light_mode
call
method
Future
<
List
<
Record
>
>
call
(
)
Execute usecase
Implementation
Future<List<Record>> call() async { return await repository.call(); }
dlcov package
documentation
usecases/get_records
GetRecords
call method
GetRecords class