resendSignUpCode abstract method

Future<Verification> resendSignUpCode(
  1. String username
)

Resend sign-up code to the given username for verification

Implementation

Future<Verification> resendSignUpCode(
  // the name of the user for whom the
  // sign-up code needs to be resent
  String username,
);