scanningCapturingText property

  1. @Deprecated('The trigger button no longer displays text.')
String? get scanningCapturingText

Implementation

@Deprecated('The trigger button no longer displays text.')
String? get scanningCapturingText {
  return null;
}
  1. @Deprecated('The trigger button no longer displays text.')
set scanningCapturingText (String? newValue)

Implementation

@Deprecated('The trigger button no longer displays text.')
set scanningCapturingText(String? newValue) {
  // Do nothing
}