JRPCHttpClient class

Implemented types

Constructors

JRPCHttpClient(Uri uri, {Client? client, BasicAuth? basicAuth})

Properties

basicAuth BasicAuth?
getter/setter pair
client ↔ Client
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
nextId String
no setteroverride
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
uri Uri
final

Methods

callRPCv1(JRPC1Request req, {String? pathSuffix, Uri? uri}) Future<JRPC1Response>
override
callRPCv2(JRPC2Request req, {String? pathSuffix, Uri? uri}) Future<JRPC2Response>
override
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