StorageUsageCallback typedef - dart:html library (original) (raw)
StorageUsageCallback =void Function(int currentUsageInBytes, int currentQuotaInBytes)
Implementation
typedef void StorageUsageCallback(
int currentUsageInBytes,
int currentQuotaInBytes,
);