verifyContactPhone method

ResponseFuture<VerifyContactPhoneResponse> verifyContactPhone(
  1. VerifyContactPhoneRequest request, {
  2. 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);
}