profilesAndDeviceManagement method
Open iOS settings in Profiles and Device Management
section.
returns operation successful or failure.
Implementation
Future<bool?> profilesAndDeviceManagement() {
return postMessage<bool?>(
action: 'App-prefs:General&path=ManagedConfigurationList');
}