StorageQuotaCallback typedef Null safety

void StorageQuotaCallback(
  1. int grantedQuotaInBytes
)

Implementation

typedef void StorageQuotaCallback(int grantedQuotaInBytes);