verifyContactPhone method

ResponseFuture<VerifyContactPhoneResponse> verifyContactPhone(
  1. VerifyContactPhoneRequest request, {
  2. CallOptions? options,
})

Implementation

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