saveToPreferences abstract method

Future<void> saveToPreferences(
  1. SharedPreferences preferences,
  2. String preferencesPrefix
)

Saves the condition values to the specified shared preferences.

Implementation

Future<void> saveToPreferences(SharedPreferences preferences, String preferencesPrefix);