flush method
void
flush()
Force-write pending changes to permanent storage.
The SettingsService may buffer writes for efficiency; calling flush ensures recent changes are persisted immediately.
Implementation
void flush() {
objectMethod(pointerId, 'SettingsService', 'flush');
}