On this page
StorageUsageCallback typedef
- @DomName('StorageUsageCallback')
- @Experimental()
Source
@DomName('StorageUsageCallback')
// http://www.w3.org/TR/quota-api/#idl-def-StorageUsageCallback
@Experimental()
typedef void StorageUsageCallback(
int currentUsageInBytes, int currentQuotaInBytes);
© 2012 the Dart project authors
Licensed under the Creative Commons Attribution-ShareAlike License v4.0.
https://api.dartlang.org/stable/1.24.3/dart-html/StorageUsageCallback.html