Ben White

updating comments

@@ -38,8 +38,9 @@ class StartOptions { @@ -38,8 +38,9 @@ class StartOptions {
38 /// Whether the torch should be turned on when the scanner starts. 38 /// Whether the torch should be turned on when the scanner starts.
39 final bool torchEnabled; 39 final bool torchEnabled;
40 40
41 - /// Only supported on Android.  
42 /// Whether the new resolution selector should be used. 41 /// Whether the new resolution selector should be used.
  42 + ///
  43 + /// This option is only supported on Android. Other platforms will ignore this option.
43 final bool useNewCameraSelector; 44 final bool useNewCameraSelector;
44 45
45 Map<String, Object?> toMap() { 46 Map<String, Object?> toMap() {