MethodChannelQuickBlue class

Inheritance

Constructors

MethodChannelQuickBlue()

Properties

hashCode int
The hash code for this object.
no setterinherited
onConnectionChanged OnConnectionChanged?
getter/setter pairinherited
onServiceDiscovered OnServiceDiscovered?
getter/setter pairinherited
onValueChanged OnValueChanged?
getter/setter pairinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
scanResultStream Stream
no setteroverride

Methods

connect(String deviceId) → void
override
disconnect(String deviceId) → void
override
discoverServices(String deviceId) → void
override
isBluetoothAvailable() Future<bool>
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
readValue(String deviceId, String service, String characteristic) Future<void>
override
requestMtu(String deviceId, int expectedMtu) Future<int>
override
setLogger(QuickLogger logger) → void
override
setNotifiable(String deviceId, String service, String characteristic, BleInputProperty bleInputProperty) Future<void>
override
startScan() → void
override
stopScan() → void
override
toString() String
A string representation of this object.
inherited
writeValue(String deviceId, String service, String characteristic, Uint8List value, BleOutputProperty bleOutputProperty) Future<void>
override

Operators

operator ==(Object other) bool
The equality operator.
inherited