Inheritance
  • Object
  • Interceptor
  • DeprecatedStorageInfo
Annotations
  • @DocsEditable()
  • @DomName('DeprecatedStorageInfo')
  • @Experimental()
  • @Native("DeprecatedStorageInfo")

Properties

hashCode int
read-only, inherited
runtimeType Type
read-only, inherited

Methods

queryUsageAndQuota(int storageType, [ StorageUsageCallback usageCallback, StorageErrorCallback errorCallback ]) → void
@DocsEditable(), @DomName('DeprecatedStorageInfo.queryUsageAndQuota'), @Experimental()
requestQuota(int storageType, int newQuotaInBytes, [ StorageQuotaCallback quotaCallback, StorageErrorCallback errorCallback ]) → void
@DocsEditable(), @DomName('DeprecatedStorageInfo.requestQuota'), @Experimental()
noSuchMethod(Invocation invocation) → dynamic
Invoked when a non-existent method or property is accessed. [...]
inherited
toString() String
Returns a string representation of this object.
inherited

Operators

operator ==(other) bool
The equality operator. [...]
inherited

Constants

PERSISTENT int
@DocsEditable(), @DomName('DeprecatedStorageInfo.PERSISTENT'), @Experimental()
1
TEMPORARY int
@DocsEditable(), @DomName('DeprecatedStorageInfo.TEMPORARY'), @Experimental()
0