deviceInfo method

Future<bool> deviceInfo()

Open Android settings in Device Info section. returns operation successful or failure.

Implementation

Future<bool> deviceInfo() {
  return sendCustomMessage(
    'android.settings.DEVICE_INFO_SETTINGS',
  );
}