存储使用回调 类型定义

存储使用回调 = void Function(int currentUsageInBytes, int currentQuotaInBytes)

实现

typedef void StorageUsageCallback(
    int currentUsageInBytes, int currentQuotaInBytes);