Android: Whether Health Connect is available on the current device. iOS: Always return true.
true
Future<bool> isAvailable() async { return await VitalHealthPlatform.instance.isAvailable(); }