krokyze / FitKit

Flutter plugin for reading health and fitness data. Wraps HealthKit on iOS and GoogleFit on Android.
BSD 2-Clause "Simplified" License
98 stars 72 forks source link

disconnect fit kit #49

Closed haohmaruru closed 4 years ago

haohmaruru commented 4 years ago

After connect to healthkit can i have anyway to disconnect and reconnect again?

krokyze commented 4 years ago

revokePermissions works only on Android, as HealthKit for iOS doesn't have disconnect as an option.