StorageUsageCallback typedef

StorageUsageCallback = void Function(int currentUsageInBytes, int currentQuotaInBytes)

实现

typedef void StorageUsageCallback(
    int currentUsageInBytes, int currentQuotaInBytes);