Future<String> getNetworkCountryIso() async { return await invokeMethod(_GET_NETWORK_COUNTRY_ISO) as String; }