getDevicePixelRatio method
Get the device pixel ratio.
Implementation
double getDevicePixelRatio() {
// Subsequent version, remove this deprecated member.
// ignore: deprecated_member_use
return window.devicePixelRatio;
}
Get the device pixel ratio.
double getDevicePixelRatio() {
// Subsequent version, remove this deprecated member.
// ignore: deprecated_member_use
return window.devicePixelRatio;
}