systemUpdate method

Future<bool?> systemUpdate()

系统更新 Open Android settings in Apn Settings section. returns operation successful or failure.

Implementation

Future<bool?> systemUpdate() {
  return postMessage<bool?>(
      action: 'android.settings.SYSTEM_UPDATE_SETTINGS');
}