We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent da0e08a commit 86c099fCopy full SHA for 86c099f
ios/Classes/Extensions+SwiftHealthKitReporterPlugin.swift
@@ -67,6 +67,8 @@ extension SwiftHealthKitReporterPlugin {
67
}
68
69
switch method {
70
+ case .isAvailable:
71
+ result(HealthKitReporter.isHealthDataAvailable)
72
case .requestAuthorization:
73
guard let arguments = call.arguments as? [String: [String]] else {
74
throwNoArgumentsError(result: result)
0 commit comments