StorageUsageCallback typedef

  1. @DomName('StorageUsageCallback')
  2. @Experimental()
void StorageUsageCallback(int currentUsageInBytes, int currentQuotaInBytes)

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