ZeroNetWSWeb class
A web implementation of the ZeronetWsPlatform of the ZeronetWs plugin.
- Inheritance
-
- Object
- PlatformInterface
- ZeroNetWSInterface
- ZeroNetWSWeb
Constructors
- ZeroNetWSWeb()
- Constructs a ZeroNetWSWeb
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
-
cmd(
String cmdStr, {dynamic params = const {}, int? id, MessageCallback? callback}) → void -
override
-
cmdFuture(
String cmdStr, {dynamic params = const {}}) → Future< Map< String, dynamic> ?> -
override
-
connect(
String site, {String ip = '127.0.0.1', String port = '43110', bool override = false, String? wrapperKey_, MessageCallback? onEventMessage}) → Future< void> -
inherited
-
getWrapperKey(
String url, {bool override = false}) → Future< String?> -
override
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Methods
-
registerWith(
Registrar registrar) → void