App constructor
App()
Implementation
App() {
LocalStorage.get('firstTimeUse')
.then((value) => firstTimeUse = value ?? '');
}
App() {
LocalStorage.get('firstTimeUse')
.then((value) => firstTimeUse = value ?? '');
}