setLaunchOnBootEnabled method

Future<void> setLaunchOnBootEnabled(
  1. bool enabled
)

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.',
  );
}