FitbitoPlatform class abstract
- Inheritance
-
- Object
- PlatformInterface
- FitbitoPlatform
- Implementers
Constructors
- FitbitoPlatform.new()
- Constructs a FitbitoPlatform.
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
batteryLevel(
) → Future< int?> -
clearRecord(
) → Future< String?> -
disconnectDevice(
) → Future< String?> -
enterHrvMode(
) → Future< String?> -
exitHrvMode(
) → Future< String?> -
getArmBandRecord(
) → Future< String?> -
getSystemID(
) → Future< String?> -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
realTimeHeartRate(
) → Future< int?> -
selectDevice(
String device) → Future< String?> -
setAge(
int age) → Future< String?> -
setColor(
int colorNumber) → Future< String?> -
setHrvTime(
int heartRateTime) → Future< String?> -
setMaxArmBand(
int heartRate) → Future< String?> -
startScan(
) → Future< List< Object?> ?> -
stopScan(
) → Future< List< Object?> ?> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Properties
- instance ↔ FitbitoPlatform
-
The default instance of FitbitoPlatform to use.
getter/setter pair