NetworkingEngine class
Constructors
- NetworkingEngine(dynamic networkEngine)
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
clearAllRequestFilters(
) → void -
clearAllResponseFilters(
) → void -
defaultRetryParameters(
) → void -
destroy(
) → void -
makeRequest(
) → void -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
registerRequestFilter(
Function func) → void -
registerResponseFilter(
Function func) → void -
registerScheme(
) → void -
toString(
) → String -
A string representation of this object.
inherited
-
unregisterScheme(
) → void
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited