resendContactEmailCode method
ResponseFuture<ResendContactEmailCodeResponse>
resendContactEmailCode(
- ResendContactEmailCodeRequest request, {
- CallOptions? options,
Implementation
$grpc.ResponseFuture<$0.ResendContactEmailCodeResponse> resendContactEmailCode($0.ResendContactEmailCodeRequest request, {$grpc.CallOptions? options}) {
return $createUnaryCall(_$resendContactEmailCode, request, options: options);
}