Future<void> setAutoStartOnBootMode(bool value) async { await _channel.invokeMethod("setAutoStartOnBootMode", { "value": value, }); }