setup method Null safety
Implementation
void setup() {
favortiteStopIds = _sharedPreferences.getStringList(_key) ?? [];
notifyListeners();
}
void setup() {
favortiteStopIds = _sharedPreferences.getStringList(_key) ?? [];
notifyListeners();
}