requestQuota 方法
- int storageType,
- int newQuotaInBytes, [
- StorageQuotaCallback? quotaCallback,
- StorageErrorCallback? errorCallback,
实现
void requestQuota(int storageType, int newQuotaInBytes,
[StorageQuotaCallback? quotaCallback,
StorageErrorCallback? errorCallback]) native;