Hey guy
Dummy question
In this ionic docs there is a example for local storage but can anyone tell me what is ‘didTutorial’, ‘true’ and how i can implemented this in my app
Thank you in advance
Hey guy
Dummy question
In this ionic docs there is a example for local storage but can anyone tell me what is ‘didTutorial’, ‘true’ and how i can implemented this in my app
Thank you in advance
LocalStorage is a key/value dictionary. You associate a value with a string key. ‘didTutorial’ is a sample key and ‘true’ is a sample value.