FutureUseCase<T, Params> constructor

FutureUseCase<T, Params>()

Implementation

FutureUseCase() {
  _logger = Logger(runtimeType.toString());
}