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