clearSystemGestureInsetsTestValue method Null safety

void clearSystemGestureInsetsTestValue()

Deletes any existing test system gesture insets and returns to using the real system gesture insets.

Implementation

void clearSystemGestureInsetsTestValue() {
  _systemGestureInsetsTestValue = null;
  onMetricsChanged?.call();
}