NetworkHandler class abstract
The network handler which will handle all the data related work.
- Implementers
Constructors
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
-
getIpAddress(
) → Future< Map< String, dynamic> > - Get IpAddress in map format.
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
postSpaMessage(
EventSpa event) → Future< Map< String, dynamic> > - Send spa massage to server.
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited