This package contains the mobile-core interfaces for mobile-modules
yarn add mobile-core-api
import { getStorageItem } from "mobile-core-api";
// ...
const result = await getStorageItem('ItemKeySample');
See the contributing guide to learn how to contribute to the repository and the development workflow.
MIT