setAutoStartEnabled method

Future<void> setAutoStartEnabled(
  1. bool enabled
)

Stores whether the plugin should automatically re-enter Lock Task Mode.

Implementation

Future<void> setAutoStartEnabled(bool enabled) {
  throw UnimplementedError('setAutoStartEnabled() has not been implemented.');
}