MethodChannelQuickBlue class
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