OtpRecoveryKeysOutput constructor

const OtpRecoveryKeysOutput({
  1. required List<String> keys,
})

Implementation

const OtpRecoveryKeysOutput({
  required this.keys,
});