obscureText method

void obscureText()

Toggles the obscure text state of the MyoroInput.

Implementation

void obscureText() {
  state.obscureText = !state.obscureText;
}