StorageUsageCallback typedef

StorageUsageCallback = void Function(int currentUsageInBytes, int currentQuotaInBytes)

Implementation

typedef StorageUsageCallback = void Function(
    int currentUsageInBytes, int currentQuotaInBytes);