buildUseCaseFuture abstract method

  1. @override
Future<void> buildUseCaseFuture(
  1. Params? params
)
override

Builds the Future to be awaited. Params is required by the UseCase to retrieve the appropriate data from the repository.

Implementation

@override
Future<void> buildUseCaseFuture(Params? params);