cacheProfile method
Implementation
void cacheProfile(Profile profile) {
if (profile.id.isEmpty) return;
mappedProfiles[profile.id] = profile;
notify();
}
void cacheProfile(Profile profile) {
if (profile.id.isEmpty) return;
mappedProfiles[profile.id] = profile;
notify();
}