totpVerifyError abstract method

String totpVerifyError(
  1. String error
)

No description provided for @totpVerifyError.

In en, this message translates to: 'There was an error verifying TOTP: {error}'

Implementation

String totpVerifyError(String error);