HelixTimex class

Constructors

HelixTimex()

Properties

deviecFoundStream Stream<DeviceData>
no setter
getBloodPressureStream Stream
no setter
getConnectionStateStream Stream<ConnectionStateModal>
no setter
getHeartRateStream Stream
no setter
getScanningStateStream Stream
no setter
getSpo2Stream Stream
no setter
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

connect({required String macAddress, required String deviceName}) → void
disConnect() → void
isConnected() Future<bool>
measureBloodPressure() → void
measureDynamicRate() → void
measureHeartRate() → void
measureSpo2() → void
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
startScanDevice() → void
toString() String
A string representation of this object.
inherited

Operators

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

Static Properties

platformVersion Future<String?>
no setter