resendContactPhoneCode method

ResponseFuture<ResendContactPhoneCodeResponse> resendContactPhoneCode(
  1. ResendContactPhoneCodeRequest request, {
  2. CallOptions? options,
})

Implementation

$grpc.ResponseFuture<$0.ResendContactPhoneCodeResponse> resendContactPhoneCode($0.ResendContactPhoneCodeRequest request, {$grpc.CallOptions? options}) {
  return $createUnaryCall(_$resendContactPhoneCode, request, options: options);
}