LauncherSettings constructor
LauncherSettings({
- required bool autoPlayVideoDisabled,
- required String channel,
- required List<
String> customChannels, - required int deviceId,
- required int formatVersion,
- required String locale,
- required String productLibraryDir,
- required bool quickPlayEnabled,
- required int shutDownTimestampGamecore,
- required int shutDownTimestampUnified,
- required bool useArm64JreIfSupported,
- required bool useMagnifiedMode,
- required int version,
Implementation
LauncherSettings({
required this.autoPlayVideoDisabled,
required this.channel,
required this.customChannels,
required this.deviceId,
required this.formatVersion,
required this.locale,
required this.productLibraryDir,
required this.quickPlayEnabled,
required this.shutDownTimestampGamecore,
required this.shutDownTimestampUnified,
required this.useArm64JreIfSupported,
required this.useMagnifiedMode,
required this.version,
});