INetworkingModule class abstract

A network module which will be used to handle the request.

And also be used to access the Core while making the request.

Also provides the main URI which will contains the base url.

Implementers

Constructors

INetworkingModule()

Properties

coreClient Core
Get the Core object.
no setter
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
handler() Future<IRequestHandler>
Provides a IRequestHandler which will be used to initiate the request.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
register(Core core) → void
Register core before doing any request
toString() String
A string representation of this object.
inherited

Operators

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