cancelTOTPSetup method

dynamic cancelTOTPSetup()

Cancels the TOTP setup

Implementation

cancelTOTPSetup() {
  emit(state.copyWith(
    resetTOTPSetup: true,
  ));
}