applySettings method
Merge a map of settings into the local config (e.g. from a push notification).
Implementation
void applySettings(Map<String, RemoteSetting> settings) {
_remote.addAll(settings);
_changesController.add(Map.unmodifiable(_remote));
}