WatcherGateway<O extends Output, R extends Request, P extends SuccessResponse, S extends SuccessInput> class abstract

Inheritance

Constructors

WatcherGateway({required ProvidersContext context, required UseCaseProvider<Entity, UseCase<Entity>> provider})

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
transport Transport<R, P>
latefinalinherited

Methods

buildRequest(O output) → R
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
onFailure(covariant FailureResponse failureResponse) FailureInput
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