BluetoothDenemeWeb class
A web implementation of the BluetoothDenemePlatform of the BluetoothDeneme plugin.
- Inheritance
-
- Object
- PlatformInterface
- BluetoothDenemePlatform
- BluetoothDenemeWeb
Constructors
- BluetoothDenemeWeb.new()
- Constructs a BluetoothDenemeWeb
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
-
connectDevice(
) → Future< String?> -
inherited
-
disableBluetooth(
) → Future< String?> -
inherited
-
enableBluetooth(
) → Future< String?> -
inherited
-
getBondedDevices(
) → Future< String?> -
inherited
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
printTest(
Map< String, String> args) → Future<String?> -
inherited
-
startScan(
) → Future< String?> -
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