updatePreferences method

NovelStateSnapshot updatePreferences(
  1. Preferences preferences
)

Updates Preferences according to the provided changes.

Implementation

NovelStateSnapshot updatePreferences(Preferences preferences) =>
    copyWith(preferences: preferences);