MethodChannelFlutterHealthKit class

An implementation of FlutterHealthKitPlatform that uses method channels.

Inheritance

Properties

hashCode int
The hash code for this object.
no setterinherited
methodChannel MethodChannel
The method channel used to interact with the native platform.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

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

Operators

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