Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
fix typo
  • Loading branch information
SadraKafiri authored and BirjuVachhani committed Jun 5, 2024
1 parent 106a463 commit 2d73683
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -259,7 +259,7 @@ Or you can call `AdaptiveTheme.persist()` method after clearing the preferences

```dart
final prefs = await SharedPreferences.getInstance();
await pref.clear();
await prefs.clear();
AdaptiveTheme.persist();
```

Expand Down

0 comments on commit 2d73683

Please sign in to comment.