sendVerificationCodeLoading top-level constant

LoadingState const sendVerificationCodeLoading

Initiate User attribute verification loading state

Implementation

const sendVerificationCodeLoading = LoadingState(
  'Send user attribute verification code in progress',
);