Open iOS settings in HealthKit section. returns operation successful or failure.
Future<bool?> healthKit() { return postMessage<bool?>(action: 'App-prefs:HEALTH&path=SOURCES'); }