isLaunchOnBootEnabled method

Future<bool> isLaunchOnBootEnabled()

Returns whether launch-on-boot handling is enabled.

Implementation

Future<bool> isLaunchOnBootEnabled() {
  throw UnimplementedError(
    'isLaunchOnBootEnabled() has not been implemented.',
  );
}