changed project class to use shared preference

This commit is contained in:
hannathkadher
2025-02-18 12:56:25 +04:00
parent d87fec796b
commit b8204f1015
2 changed files with 20 additions and 0 deletions

View File

@ -40,4 +40,5 @@ class StringsManager {
static const String firstLaunch = "firstLaunch";
static const String deleteScene = 'Delete Scene';
static const String deleteAutomation = 'Delete Automation';
static const String projectKey = 'selected_project_uuid';
}