Clears the stored settings.
@override Future<void> clearCache() async { Log.debug('clearCache()', '$runtimeType'); await _settingsLocal.clear(); }