fromQualifiedKey static method
Implementation
static UserPrefKey fromQualifiedKey(String prefix, String key) {
return UserPrefKey(key.substring(prefix.length));
}
static UserPrefKey fromQualifiedKey(String prefix, String key) {
return UserPrefKey(key.substring(prefix.length));
}