getIsoCountryCode static method
Implementation
static Future<String> getIsoCountryCode() async {
final String getIsoCountryCode =
await _nativeChannel.invokeMethod(GET_ISO_COUNTRY_CODE);
TBLLogger.log('TabooalaNative | getIsoCountryCode = $getIsoCountryCode');
return getIsoCountryCode;
}