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
-
getHealthData(
) → Future< Uint8List?> -
getHealthOpen(
) → Future< Uint8List?> -
getHeartRateControl(
) → Future< Uint8List?> -
getPlatformVersion(
) → Future< String?> -
getPower(
) → Future< Uint8List?> -
getState(
) → 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?> -
setHeartRateControl(
Map< String, dynamic> param) → Future<Uint8List?> -
setTime(
) → 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