showError method

bool? showError()

Implementation

bool? showError() {
  return state.miscState?.invalidPin;
}