fetchIpCountryCode abstract method

Future<String> fetchIpCountryCode()

Returns 2-letter IP-based country code, or empty string if unavailable.

Implementation

Future<String> fetchIpCountryCode();