StepServiceAndroid class
- Inheritance
-
- Object
- PlatformInterface
- StepTrackerPlatform
- StepServiceAndroid
Constructors
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
-
stepUpdates
→ Stream<
StepUpdate> -
no setteroverride
Methods
-
clearSessionHistory(
) → Future< bool> -
override
-
clearTotalSteps(
) → Future< bool> -
override
-
dispose(
) → Future< bool> -
override
-
getSessionHistory(
) → Future< List< StepSession> > -
override
-
getSessionSteps(
) → Future< int> -
override
-
getTotalSteps(
) → Future< int> -
override
-
getTotalStepsFromSystem(
) → Future< int> -
override
-
hasHealthKitPermission(
) → Future< bool> -
override
-
initialize(
{StepLoggerConfig? config}) → Future< bool> -
override
-
isBackgroundServiceRunning(
) → Future< bool> -
override
-
isTracking(
) → Future< bool> -
override
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
requestHealthKitAuthorization(
) → Future< bool> -
override
-
startBackgroundService(
) → Future< bool> -
override
-
startStepTracking(
) → Future< bool> -
override
-
stopBackgroundService(
) → Future< bool> -
override
-
stopStepTracking(
) → Future< bool> -
Stops the step tracking session.
override
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited