setLaunchOnBootEnabled method
Stores whether the app should be launched after boot and package updates.
Implementation
Future<void> setLaunchOnBootEnabled(bool enabled) {
throw UnimplementedError(
'setLaunchOnBootEnabled() has not been implemented.',
);
}