ip method

String ip()

Get user IP

Implementation

String ip() {
  return request.ip();
}