clearSystemGestureInsetsTestValue method Null safety
Deletes any existing test system gesture insets and returns to using the real system gesture insets.
Implementation
void clearSystemGestureInsetsTestValue() {
_systemGestureInsetsTestValue = null;
onMetricsChanged?.call();
}