display method

Future<bool?> display()

显示设置 /// Open Android settings in Display section. returns operation successful or failure.

Implementation

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