InfoDataSource
Defined in: src/dapi.ts:434
Constructors
Constructor
new InfoDataSource(
dart):InfoDataSource
Defined in: src/dapi.ts:437
Parameters
| Parameter | Type |
|---|---|
dart | any |
Returns
InfoDataSource
Constructs
InfoDataSource
Properties
| Property | Type | Defined in |
|---|---|---|
dart | any | src/dapi.ts:435 |
Methods
getStorageStats()
getStorageStats():
Promise<{[key:string]:any; }>
Defined in: src/dapi.ts:442
Returns the latest storage usage snapshot, refreshed hourly on the server.
Returns
Promise<{[key: string]: any; }>