clearDevicePixelRatioTestValue method
- @Deprecated('Use WidgetTester.view.resetDevicePixelRatio() instead. ' 'Deprecated to prepare for the upcoming multi-window support. ' 'This feature was deprecated after v3.9.0-0.1.pre.')
Deletes any existing test device pixel ratio and returns to using the real device pixel ratio.
Implementation
@Deprecated(
'Use WidgetTester.view.resetDevicePixelRatio() instead. '
'Deprecated to prepare for the upcoming multi-window support. '
'This feature was deprecated after v3.9.0-0.1.pre.'
)
void clearDevicePixelRatioTestValue() {
_view.resetDevicePixelRatio();
}