getIpinfo

Returns the ipinfo info using a callback.

void
getIpinfo
(
void delegate(
,
Exception err
)
cb
)

Parameters

cb
Type: void delegate(
,
Exception err
)

The callback to fire when the ipinfo has been downloaded. The callback sends the IpinfoData data and an Exception if there was any problem.

Meta