next_photo
base
UseCaseWithoutParams
<
T
>
call abstract method
call
call
method
Null safety
Result
<
T
>
call
(
)
Executes use case without any parameters.
Implementation
Result<T> call();
next_photo
base
UseCaseWithoutParams
<
T
>
call abstract method
UseCaseWithoutParams class
Constructors
UseCaseWithoutParams
Properties
hashCode
runtimeType
Methods
call
noSuchMethod
toString
Operators
operator ==