healthKit method

Future<bool?> healthKit()

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

Implementation

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