verifyContactPhone method
ResponseFuture<VerifyContactPhoneResponse>
verifyContactPhone(
- VerifyContactPhoneRequest request, {
- CallOptions? options,
Verify the contact phone
Verify the contact phone with the provided code.
Implementation
$grpc.ResponseFuture<$0.VerifyContactPhoneResponse> verifyContactPhone(
$0.VerifyContactPhoneRequest request, {
$grpc.CallOptions? options,
}) {
return $createUnaryCall(_$verifyContactPhone, request, options: options);
}