resetDevicePixelRatio method

void resetDevicePixelRatio()

Resets devicePixelRatio for this test view to the default value for this view.

This will also reset the devicePixelRatio for the TestDisplay that is related to this view.

Implementation

void resetDevicePixelRatio() {
  _display.resetDevicePixelRatio();
}