openAutoStartSettings method

Future<bool> openAutoStartSettings()

Opens the OEM-specific Autostart permission screen (Xiaomi, Oppo, Vivo, Huawei, Samsung). Falls back to the app details page on stock Android.

Implementation

Future<bool> openAutoStartSettings() {
  throw UnimplementedError(
    'openAutoStartSettings() has not been implemented.',
  );
}