BPEditorService class

Handles loading/saving/deleting BP observations from the Pod.

Constructors

BPEditorService()

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

deleteObservationFromPod(BuildContext context, BPObservation observation) Future<void>
Delete an observation's file from Pod.
loadData(BuildContext context) Future<List<BPObservation>>
Load all BP observations from healthpod/data/bp directory.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
saveObservationToPod({required BuildContext context, required BPObservation observation, required bool isNew, required BPObservation? oldObservation}) Future<void>
Save a BP observation to Pod. If this is an existing observation update, remove the old file first.
toString() String
A string representation of this object.
inherited

Operators

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