fetch abstract method
- IpAddress? ip,
Fetches the IpGeoLocation of the provided ip.
Uses the current IpAddress, if ip is not provided.
Implementation
Future<IpGeoLocation> fetch({IpAddress? ip});
Fetches the IpGeoLocation of the provided ip.
Uses the current IpAddress, if ip is not provided.
Future<IpGeoLocation> fetch({IpAddress? ip});