- Dart
- dart:html
- StorageUsageCallback typedef
StorageUsageCallback typedef
void
StorageUsageCallback
(int currentUsageInBytes, int currentQuotaInBytes)
Implementation
typedef void StorageUsageCallback(
int currentUsageInBytes, int currentQuotaInBytes);