requestQuota method
- int storageType,
- int newQuotaInBytes, [
- StorageQuotaCallback? quotaCallback,
- StorageErrorCallback? errorCallback,
Implementation
void requestQuota(
int storageType,
int newQuotaInBytes, [
StorageQuotaCallback? quotaCallback,
StorageErrorCallback? errorCallback,
]) native;