getCountryCode static method

String? getCountryCode()

Implementation

static String? getCountryCode() => _preferences.getString("${prefix}country_code") ?? "+91";