InfoDataSource
Defined in: js-api/src/dapi.ts:489
Constructors
Constructor
new InfoDataSource(
dart):InfoDataSource
Defined in: js-api/src/dapi.ts:492
Parameters
| Parameter | Type |
|---|---|
dart | any |
Returns
InfoDataSource
Constructs
InfoDataSource
Properties
| Property | Type | Defined in |
|---|---|---|
dart | any | js-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; }>