FlutterHealthKitPlatform class abstract

Inheritance
  • Object
  • PlatformInterface
  • FlutterHealthKitPlatform
Implementers

Constructors

FlutterHealthKitPlatform()
Constructs a FlutterHealthKitPlatform.

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

enableBackgroundDelivery(String type, int frequency) Future<bool>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
observeQuery(String type, {DateTime? startDate, DateTime? endDate}) Future<Stream<String>>
queryElectrocardiogram(String uuid) Future<List<Map>>
querySampleType(String type, {int? limit, Map<String, dynamic>? predicate, Iterable<Map<String, dynamic>>? sortDescriptors}) Future<List<Map>>
queryStatistics(String type, {Map<String, dynamic>? predicate, Iterable<int>? options}) Future<List<Map>>
requestAuthorization({List<String>? toShare, List<String>? read}) Future<bool>
toString() String
A string representation of this object.
inherited

Operators

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

Static Properties

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