resendSignUpCodeLoading top-level constant

LoadingState const resendSignUpCodeLoading

Resend sign-up code loading state

Implementation

const resendSignUpCodeLoading = LoadingState(
  'Resend sign-up code in progress',
);