Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Retrieve data from local cache synchronously.
my.getStorage
const data = my.getStorageSync({ key: 'token' }); if (data) { console.log('Token:', data.data); }