DeviceManager class
Constructors
Properties
-
brands
→ List<
Brand> -
final
-
devices
→ List<
DeviceModel> -
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
cleanUp(
) → Future< void> -
getConnectedDevices(
DeviceModel deviceModel) → Future< List< ScannedDevice> > -
getDevices(
Brand brand) → List< DeviceModel> -
init(
) → void -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
pair(
ScannedDevice scannedDevice) → Future< bool> -
readBloodPressureData(
ScannedDevice scannedDevice) → Future< List< LocalBloodPressureSample> > -
readGlucoseMeterData(
ScannedDevice scannedDevice) → Future< List< LocalQuantitySample> > -
scanForDevice(
DeviceModel deviceModel) → Stream< ScannedDevice> -
stopScan(
) → Future< void> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited