Get the available memory of Android and iOS devices
npm install @numbersprotocol/preview-memory
npx cap sync
echo(options: { value: string; }) => Promise<{ value: string; }>
Param | Type |
---|---|
options |
{ value: string; } |
Returns: Promise<{ value: string; }>
getAvailableMemory() => Promise<{ value: number; }>
Returns: Promise<{ value: number; }>