Example #1
0
 clearLocalUserPermission: function() {
     storage.remove(USER_PERMISSION);
 },
Example #2
0
 clearLocalUserInfo: function() {
     storage.remove(USER_INFO);
 },