getCountryCode static method

String? getCountryCode()

Returns language code


Implementation

static String? getCountryCode() => DBUseCases.readNullable(DBKeys.countryCode);