StorageQuotaCallback 类型定义

StorageQuotaCallback = void Function(int grantedQuotaInBytes)

实现

typedef void StorageQuotaCallback(int grantedQuotaInBytes);