NetworkingModule class

Constructors

NetworkingModule({RetryPolicy? retryPolicy, String? origin, bool ssl = true})

Properties

hashCode int
The hash code for this object.
no setterinherited
origin String?
Origin used for all requests.
final
retryPolicy RetryPolicy?
Retry policy.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
ssl bool
Whether https or http should be used.
final

Methods

getOrigin() Uri
handler() Future<IRequestHandler>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
register(Core core) → void
toString() String
A string representation of this object.
inherited

Operators

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