clearAlwaysUse24HourTestValue method Null safety
Deletes any existing test clock format and returns to using the real clock format.
Implementation
void clearAlwaysUse24HourTestValue() {
_alwaysUse24HourFormatTestValue = null;
}
Deletes any existing test clock format and returns to using the real clock format.
void clearAlwaysUse24HourTestValue() {
_alwaysUse24HourFormatTestValue = null;
}