Client class

Constructors

Client(ClientConfig config, HTTPClient httpClient)

Properties

deserializer_ ContextDataDeserializer?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
headers_ Map<String, String>
latefinal
httpClient_ HTTPClient
latefinal
query_ Map<String, String>
latefinal
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
serializer_ ContextEventSerializer?
getter/setter pair
url_ String
latefinal

Methods

getContextData() Completer<ContextData>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
publish(PublishEvent event) Completer<void>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Methods

create(ClientConfig config, {HTTPClient? httpClient}) Client