SaveUsStarmaxPlatform class abstract

Inheritance
  • Object
  • PlatformInterface
  • SaveUsStarmaxPlatform
Implementers

Constructors

SaveUsStarmaxPlatform()
Constructs a SaveUsStarmaxPlatform.

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

getBloodOxygenHistory(Map<String, dynamic> param) Future<Uint8List?>
getBloodPressureHistory(Map<String, dynamic> param) Future<Uint8List?>
getBloodSugarHistory(Map<String, dynamic> param) Future<Uint8List?>
getDrinkWater() Future<Uint8List?>
getHealthData() Future<Uint8List?>
getHealthOpen() Future<Uint8List?>
getHeartRateControl() Future<Uint8List?>
getHeartRateHistory(Map<String, dynamic> param) Future<Uint8List?>
getLongSit() Future<Uint8List?>
getMaiHistory(Map<String, dynamic> param) Future<Uint8List?>
getMetHistory(Map<String, dynamic> param) Future<Uint8List?>
getNotDisturb() Future<Uint8List?>
getPlatformVersion() Future<String?>
getPower() Future<Uint8List?>
getPressureHistory(Map<String, dynamic> param) Future<Uint8List?>
getSportHistory() Future<Uint8List?>
getState() Future<Uint8List?>
getStepHistory(Map<String, dynamic> param) Future<Uint8List?>
getTempHistory(Map<String, dynamic> param) Future<Uint8List?>
getValidHistoryDates(Map<String, dynamic> param) Future<Uint8List?>
getVersion() Future<Uint8List?>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
notify(Map<String, dynamic> param) Future<String?>
pairing() Future<Uint8List?>
reset() Future<Uint8List?>
setDrinkWater(Map<String, dynamic> param) Future<Uint8List?>
setHeartRateControl(Map<String, dynamic> param) Future<Uint8List?>
setLongSit(Map<String, dynamic> param) Future<Uint8List?>
setNotDisturb(Map<String, dynamic> param) Future<Uint8List?>
setState(Map<String, dynamic> param) Future<Uint8List?>
setTime() Future<Uint8List?>
setUserInfo(Map<String, dynamic> param) Future<Uint8List?>
toString() String
A string representation of this object.
inherited

Operators

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

Static Properties

instance SaveUsStarmaxPlatform
The default instance of SaveUsStarmaxPlatform to use.
getter/setter pair