resetDomain method
Reset the domain for this Scale
.
Implementation
@override
void resetDomain() {
_scaleReady = false;
_domainInfo.reset();
}
Reset the domain for this Scale
.
@override
void resetDomain() {
_scaleReady = false;
_domainInfo.reset();
}