disable method

Future<bool> disable()

Disables your app from auto-launching at startup.

Implementation

Future<bool> disable() => _appAutoLauncher.disable();