setCountryCode static method

Future setCountryCode(
  1. String countryCode
)

Implementation

static Future setCountryCode(String countryCode) async {
  await _preferences.setString("${prefix}country_code", countryCode);
}