healthKit method

Future<bool> healthKit()

Open iOS settings in HealthKit section. returns operation successful or failure.

Implementation

Future<bool> healthKit() {
  return sendCustomMessage('App-prefs:HEALTH&path=SOURCES');
}