clearPlatformBrightnessTestValue method Null safety

  1. @Deprecated('Use platformDispatcher.clearPlatformBrightnessTestValue() instead. ' 'This feature was deprecated after v2.11.0-0.0.pre.')
void clearPlatformBrightnessTestValue()
Deprecated('Use platformDispatcher.clearPlatformBrightnessTestValue() instead. ' 'This feature was deprecated after v2.11.0-0.0.pre.')">@Deprecated('Use platformDispatcher.clearPlatformBrightnessTestValue() instead. ' 'This feature was deprecated after v2.11.0-0.0.pre.')

Deletes any existing test platform brightness and returns to using the real platform brightness.

Implementation

@Deprecated(
  'Use platformDispatcher.clearPlatformBrightnessTestValue() instead. '
  'This feature was deprecated after v2.11.0-0.0.pre.'
)
void clearPlatformBrightnessTestValue() {
  platformDispatcher.clearPlatformBrightnessTestValue();
}