call method

Future<List<Record>> call()

Execute usecase

Implementation

Future<List<Record>> call() async {
  return await repository.call();
}