@gowtham78 wrote:
So can you please correct me if i am wrong …
//Its working fine
this.storage.get(‘user_id’).then((result) => {
console.log(result);
});
//its not working
this.storage.get(‘user_id’).then((result) => {});
console.log(result);
Posts: 1
Participants: 1