mirror of
https://github.com/foss42/apidash.git
synced 2025-12-02 10:49:49 +08:00
feat: change onboarding flow and remove theme switch button
This commit is contained in:
@@ -37,5 +37,5 @@ Future<bool> getOnboardingStatusFromSharedPrefs() async {
|
||||
|
||||
Future<void> clearSharedPrefs() async {
|
||||
final prefs = await SharedPreferences.getInstance();
|
||||
await prefs.remove(kSharedPrefSettingsKey);
|
||||
await prefs.clear();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user