Client class
Base class for client stubs.
Constructors
-
Client(ClientChannel _channel, {CallOptions? options, Iterable<
ClientInterceptor>? interceptors}) - Interceptors will be applied in direct order before making a request.
Properties
- hashCode → int
-
The hash code for this object.
read-onlyinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
read-onlyinherited
Methods
-
$createCall<
Q, R>( ClientMethod< Q, R> method, Stream< Q> requests, {CallOptions? options}) → ClientCall< Q, R> -
$createStreamingCall<
Q, R>( ClientMethod< Q, R> method, Stream< Q> requests, {CallOptions? options}) → ResponseStream< R> -
$createUnaryCall<
Q, R>( ClientMethod< Q, R> method, Q request, {CallOptions? options}) → ResponseFuture< R> -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited