HealthRecordReadOptions class

Constructors

HealthRecordReadOptions({required String packageName})

Properties

hashCode int
The hash code for this object.
no setterinherited
packageName String
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
readByDataCollector(DataCollector dataCollector) → void
readByDataType(DataType dataType) → void
readHealthRecordsFromAllApps() → void
removeApplication(String appName) → void
setPackageName(String packageName) → void
setSubDataTypeList(List<DataType> list) → void
setTimeInterval(DateTime startTime, DateTime endTime, TimeUnit timeUnit) → void
toMap() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

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