BluetoothAdvancedPlatform class abstract
- Inheritance
-
- Object
- PlatformInterface
- BluetoothAdvancedPlatform
- Implementers
Constructors
- BluetoothAdvancedPlatform.new()
- Constructs a BluetoothAdvancedPlatform.
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(
) → Stream< String> -
dispose(
) → Future< String?> -
getBluetoothEnableCode(
) → Future< String?> -
getDataCharactersticUUID(
) → Future< String?> -
getLocationEnableCode(
) → Future< String?> -
getNotificationText(
) → Future< String?> -
getNotificationTitle(
) → Future< String?> -
getPlatformVersion(
) → Future< String?> -
getScanPeriod(
) → Future< int?> -
getServiceCharactersticUUID(
) → Future< String?> -
initBluetooth(
) → Stream< String> -
instantiateLogger(
) → Stream< String> -
listenData(
) → Stream< String> -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
scanDevices(
) → Stream< Object> -
setBluetoothEnableCode(
String input) → Future< String?> -
setDataCharactersticUUID(
String url) → Future< String?> -
setLocationEnableCode(
String input) → Future< String?> -
setNotificationText(
String text) → Future< String?> -
setNotificationTitle(
String title) → Future< String?> -
setScanPeriod(
int input) → Future< int?> -
setServiceCharactersticUUID(
String url) → Future< String?> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Properties
- instance ↔ BluetoothAdvancedPlatform
-
The default instance of BluetoothAdvancedPlatform to use.
getter/setter pair