updatePreferences method
Updates Preferences according to the provided changes.
Implementation
NovelStateSnapshot updatePreferences(Preferences preferences) =>
copyWith(preferences: preferences);
Updates Preferences according to the provided changes.
NovelStateSnapshot updatePreferences(Preferences preferences) =>
copyWith(preferences: preferences);