deviceInfo method

Future<bool?> deviceInfo()

关于本机 Open Android settings in About section. returns operation successful or failure.

Implementation

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