getPixelRatio method

Future<double> getPixelRatio()

Implementation

Future<double> getPixelRatio() async {
  return windowManager.getDevicePixelRatio();
}