NetworkingModule class

Provides a NetworkingModule to the Core.

This extends the INetworkingModule and implements all its methods.

Contains the main URI.

And also provides the RequestHandler which will start the request and provides the response.

Inheritance

Constructors

NetworkingModule()

Properties

coreClient Core
Get the Core object.
no setteroverride
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

getOrigin() Uri
Provides the origin which will have the base URI
override
handler() Future<IRequestHandler>
Provides a IRequestHandler which will be used to initiate the request.
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
register(Core core) → void
Register core before doing any request
override
toString() String
A string representation of this object.
inherited

Operators

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