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