disconnect function
Disconnect the active HealthKit (iOS) or Health Connect (Android) connection.
Precondition: configure the SDK with ConnectionPolicy.explicit.
Implementation
Future<void> disconnect() async {
return VitalHealthPlatform.instance.disconnect();
}