setAutoStartEnabled method
Stores whether the plugin should automatically re-enter Lock Task Mode.
Implementation
@override
Future<void> setAutoStartEnabled(bool enabled) async {
await methodChannel.invokeMethod<void>('setAutoStartEnabled', {
'enabled': enabled,
});
}