FactoryInterface class abstract

Defines interface for accessing core plugin components and platform-specific factories. Abstracts platform implementation details for cross-platform health data access.

Implementers

Constructors

FactoryInterface()

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

getHCDataFactory() HCDataFactory
Returns the factory for Health Connect data objects (Android).
getHKDataFactory() HKDataFactory
Returns the factory for HealthKit data objects (iOS).
getJsonConverter() JsonConverter
Returns the JSON converter for safe data transformation.
getMethodChannel() MethodChannel
Returns the method channel for native platform communication.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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