getVerificationEmail abstract method

FutureOr<PassedHttpEntity> getVerificationEmail(
  1. RequestHolder request,
  2. ResponseHolder response,
  3. Map<String, dynamic> pathArgs,
  4. String verifyEmailEndpoint,
)

Implementation

FutureOr<PassedHttpEntity> getVerificationEmail(
  RequestHolder request,
  ResponseHolder response,
  Map<String, dynamic> pathArgs,
  String verifyEmailEndpoint,
);