i'm using ionic build application , used localstorage , set variables. need access variables plugin in java .is possible to do.
following code in javascript
var local_token_key = 'yourtokenkey'; var token="123"; window.localstorage.setitem(local_token_key, token);
i want access variable plugin written in java.
Comments
Post a Comment