Skip to main content

InfoDataSource

Defined in: js-api/src/dapi.ts:489

Constructors

Constructor

new InfoDataSource(dart): InfoDataSource

Defined in: js-api/src/dapi.ts:492

Parameters

ParameterType
dartany

Returns

InfoDataSource

Constructs

InfoDataSource

Properties

PropertyTypeDefined in
dartanyjs-api/src/dapi.ts:490

Methods

getStorageStats()

getStorageStats(): Promise<{[key: string]: any; }>

Defined in: js-api/src/dapi.ts:497

Returns the latest storage usage snapshot, refreshed hourly on the server.

Returns

Promise<{[key: string]: any; }>