fetch abstract method

Future<IpGeoLocation> fetch({
  1. IpAddress? ip,
})

Fetches the IpGeoLocation of the provided ip.

Uses the current IpAddress, if ip is not provided.

Implementation

Future<IpGeoLocation> fetch({IpAddress? ip});