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