存储配额回调 typedef

存储配额回调 = void Function(int grantedQuotaInBytes)

实现

typedef void StorageQuotaCallback(int grantedQuotaInBytes);