clearPhysicalSizeTestValue method

  1. @Deprecated('Use WidgetTester.view.resetPhysicalSize() instead. ' 'Deprecated to prepare for the upcoming multi-window support. ' 'This feature was deprecated after v3.9.0-0.1.pre.')
void clearPhysicalSizeTestValue()

Deletes any existing test physical size and returns to using the real physical size.

Implementation

@Deprecated(
  'Use WidgetTester.view.resetPhysicalSize() instead. '
  'Deprecated to prepare for the upcoming multi-window support. '
  'This feature was deprecated after v3.9.0-0.1.pre.'
)
void clearPhysicalSizeTestValue() {
  _view.resetPhysicalSize();
}