profilesAndDeviceManagement method

Future<bool?> profilesAndDeviceManagement()

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');
}