TetheringApi class
The Tethering domain defines methods and events for browser port binding.
Constructors
- TetheringApi(Client _client)
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
-
onAccepted
→ Stream<
AcceptedEvent> -
Informs that port was successfully bound and got a specified connection id.
no setter
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
bind(
int port) → Future< void> -
Request browser port binding.
port
Port number to bind. -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
-
unbind(
int port) → Future< void> -
Request browser port unbinding.
port
Port number to unbind.
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited