Is there anyway to make an app start when system is turned on? Have tried autostart and android_autostart package, but its still not working. Tried using template code from the package but it do nothing at all.
ElevatedButton(
onPressed: () async => await AndroidAutostart.navigateAutoStartSetting,
child: Text("Navigate AutoStart Setting"),
),