next_photo
base
AsyncUseCaseWithParams
<
T
,
P extends Params
>
call abstract method
call
call
method
Null safety
Future
<
Result
<
T
>
>
call
(
P
parameters
)
Executes use case for
parameters
.
Implementation
Future<Result<T>> call(P parameters);
next_photo
base
AsyncUseCaseWithParams
<
T
,
P extends Params
>
call abstract method
AsyncUseCaseWithParams class
Constructors
AsyncUseCaseWithParams
Properties
hashCode
runtimeType
Methods
call
noSuchMethod
toString
Operators
operator ==