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