ButtplugClient class
Constructors
- ButtplugClient(String name)
Properties
-
devices
→ Map<
int, ButtplugClientDevice> -
no setter
-
eventStream
→ Stream<
ButtplugClientEvent> -
no setter
- hashCode → int
-
The hash code for this object.
no setterinherited
- name → String
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- serverName → String?
-
no setter
Methods
-
connect(
ButtplugClientConnector connector) → Future< void> -
connected(
) → bool -
disconnect(
) → Future< void> -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
startScanning(
) → Future< void> -
stopAllDevices(
) → Future< void> -
stopScanning(
) → Future< void> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited