resendMyPhoneVerification method
ResponseFuture<ResendMyPhoneVerificationResponse>
resendMyPhoneVerification(
- ResendMyPhoneVerificationRequest request, {
- CallOptions? options,
Resends an sms to the last given phone number, to verify it
Implementation
$grpc.ResponseFuture<$0.ResendMyPhoneVerificationResponse>
resendMyPhoneVerification(
$0.ResendMyPhoneVerificationRequest request, {
$grpc.CallOptions? options,
}) {
return $createUnaryCall(_$resendMyPhoneVerification, request,
options: options);
}