fetch 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}) =>
_sessionRepository.fetch(ip: ip);
Fetches the IpGeoLocation of the provided ip.
Uses the current IpAddress, if ip is not provided.
Future<IpGeoLocation> fetch({IpAddress? ip}) =>
_sessionRepository.fetch(ip: ip);