forceReadingIfSupported method
dynamic
forceReadingIfSupported(
- dynamic value
Implementation
forceReadingIfSupported(value) {
this.forceReadingIfSupportedValue = value;
return this;
}
forceReadingIfSupported(value) {
this.forceReadingIfSupportedValue = value;
return this;
}