Future<bool> isUserConnected(String provider) async { return VitalHealthPlatform.instance.isUserConnected(provider); }