WatcherGateway<M extends DomainModel, R extends Request, P extends SuccessResponse, S extends SuccessDomainInput> class
abstract
Constructors
-
WatcherGateway({required ProvidersContext context, required UseCaseProvider<
Entity, UseCase< provider})Entity> >
Properties
Methods
-
buildRequest(
M output) → R -
inherited
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
onFailure(
covariant FailureResponse failureResponse) → FailureDomainInput -
override
-
onSuccess(
covariant P response) → S -
inherited
-
toString(
) → String -
A string representation of this object.
inherited
-
yieldResponse(
P response) → void
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited