enable method

Future<bool> enable()

Sets your app to auto-launch at startup

Implementation

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