clear method

void clear()

Remove all settings.

This clears the complete storage for the current settings file.

Also see:

  • remove: to remove specific keys.

Implementation

void clear() {
  objectMethod(pointerId, 'SettingsService', 'clear');
}