getOtpRecoverKeys abstract method

Future<OtpRecoveryKeysOutput> getOtpRecoverKeys({
  1. required String baseUrl,
  2. required String authToken,
  3. required String jwt,
  4. dynamic hint,
})

Implementation

Future<OtpRecoveryKeysOutput> getOtpRecoverKeys(
    {required String baseUrl,
    required String authToken,
    required String jwt,
    dynamic hint});