MethodChannelBluetoothAdvanced class
An implementation of BluetoothAdvancedPlatform that uses method channels.
- Inheritance
-
- Object
- PlatformInterface
- BluetoothAdvancedPlatform
- MethodChannelBluetoothAdvanced
Constructors
Properties
- btStatusEventChannel → EventChannel
-
final
- connectDevicesEventChannel → EventChannel
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- listenDataEventChannel → EventChannel
-
final
- loggerChannel → EventChannel
-
final
- methodChannel → MethodChannel
-
The method channel used to interact with the native platform.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- scanDevicesEventChannel → EventChannel
-
final
Methods
-
connectDevice(
) → Stream< String> -
override
-
dispose(
) → Future< String?> -
override
-
getBluetoothEnableCode(
) → Future< String?> -
override
-
getDataCharactersticUUID(
) → Future< String?> -
override
-
getLocationEnableCode(
) → Future< String?> -
override
-
getNotificationText(
) → Future< String?> -
override
-
getNotificationTitle(
) → Future< String?> -
override
-
getPlatformVersion(
) → Future< String?> -
override
-
getScanPeriod(
) → Future< int?> -
override
-
getServiceCharactersticUUID(
) → Future< String?> -
override
-
initBluetooth(
) → Stream< String> -
override
-
instantiateLogger(
) → Stream< String> -
override
-
listenData(
) → Stream< String> -
override
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
scanDevices(
) → Stream< Object> -
override
-
setBluetoothEnableCode(
String input) → Future< String?> -
override
-
setDataCharactersticUUID(
String uuid) → Future< String?> -
override
-
setLocationEnableCode(
String input) → Future< String?> -
override
-
setNotificationText(
String text) → Future< String?> -
override
-
setNotificationTitle(
String title) → Future< String?> -
override
-
setScanPeriod(
int input) → Future< int?> -
override
-
setServiceCharactersticUUID(
String uuid) → Future< String?> -
override
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited