CurrencyCubit constructor

CurrencyCubit(
  1. IUseCase<CurrenciesResponse, CurrencyRequest> _getCurrenciesUseCase
)

Creates a CurrencyCubit with the given use case.

Implementation

CurrencyCubit(this._getCurrenciesUseCase);