home method

Future<bool?> home()

设置主屏幕 Open Android settings in Home section. returns operation successful or failure.

Implementation

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