setDeviceScaleFactor method
Implementation
void setDeviceScaleFactor(double deviceScaleFactor) {
assert(deviceScaleFactor > 0);
_deviceScaleFactor = deviceScaleFactor;
}
void setDeviceScaleFactor(double deviceScaleFactor) {
assert(deviceScaleFactor > 0);
_deviceScaleFactor = deviceScaleFactor;
}