menu
i_tdd package
documentation
domain/usecases/i_usecase.dart
IEitherNonFutureUseCase<Type, Params>
call abstract method
call abstract method
dark_mode
light_mode
call
abstract method
Either
<
IFailure
,
Type
>
call
(
Params
params
)
Implementation
Either<IFailure, Type> call(Params params);
i_tdd package
documentation
domain/usecases/i_usecase
IEitherNonFutureUseCase<Type, Params>
call abstract method
IEitherNonFutureUseCase class