forceReadingIfSupported method

dynamic forceReadingIfSupported(
  1. dynamic value
)

Implementation

forceReadingIfSupported(value) {
  this.forceReadingIfSupportedValue = value;
  return this;
}