open method

Future<void> open()

Implementation

Future<void> open() async {
  await HealthConnectFactory.openHealthConnectSettings();
}