resetBrieflyShowPassword method

void resetBrieflyShowPassword()

Resets brieflyShowPassword to the default value for the platform.

Implementation

void resetBrieflyShowPassword() {
  _brieflyShowPasswordTestValue = null;
}