BluetoothService class
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
-
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 Properties
-
connectionStream
→ Stream<
Map< String, dynamic> > -
no setter
-
dataStream
→ Stream<
List< int> > -
no setter
-
stateStream
→ Stream<
Map< String, dynamic> > -
no setter
Static Methods
-
connectToDevice(
String address) → Future< bool> -
disconnect(
) → Future< bool> -
getPairedDevices(
) → Future< List< BluetoothDevice> > -
getWebLimitationsMessage(
) → String -
isBluetoothEnabled(
) → Future< bool> -
isBluetoothSupported(
) → Future< bool> -
sendData(
List< int> data) → Future<bool> -
startDiscovery(
) → Future< List< BluetoothDevice> > -
stopDiscovery(
) → Future< bool>