resendUserAttributeConfirmationCode method

Future<ResendUserAttributeConfirmationCodeResult> resendUserAttributeConfirmationCode({
  1. required ResendUserAttributeConfirmationCodeRequest request,
})

Implementation

Future<ResendUserAttributeConfirmationCodeResult>
    resendUserAttributeConfirmationCode({
  required ResendUserAttributeConfirmationCodeRequest request,
}) {
  throw UnimplementedError(
    'resendUserAttributeConfirmationCode() has not been implemented.',
  );
}