preferredContactKey static method
Implementation
static UserPrefKey preferredContactKey(
{required String contactId, required ContactableType type}) {
return UserPrefKey("sunnyPreferredContact$contactId${type.value}");
}
static UserPrefKey preferredContactKey(
{required String contactId, required ContactableType type}) {
return UserPrefKey("sunnyPreferredContact$contactId${type.value}");
}