clearAlwaysUse24HourTestValue method Null safety
- @Deprecated('Use platformDispatcher.clearAlwaysUse24HourTestValue() instead. ' 'This feature was deprecated after v2.11.0-0.0.pre.')
Deprecated('Use platformDispatcher.clearAlwaysUse24HourTestValue() instead. ' 'This feature was deprecated after v2.11.0-0.0.pre.')">@Deprecated('Use platformDispatcher.clearAlwaysUse24HourTestValue() instead. ' 'This feature was deprecated after v2.11.0-0.0.pre.')
Deletes any existing test clock format and returns to using the real clock format.
Implementation
@Deprecated(
'Use platformDispatcher.clearAlwaysUse24HourTestValue() instead. '
'This feature was deprecated after v2.11.0-0.0.pre.'
)
void clearAlwaysUse24HourTestValue() {
platformDispatcher.clearAlwaysUse24HourTestValue();
}