menu
Dart
dart:html
StorageQuotaCallback typedef
StorageQuotaCallback
brightness_4
brightness_5
description
StorageQuotaCallback
typedef
StorageQuotaCallback
=
void Function
(
int
grantedQuotaInBytes
)
Implementation
typedef void StorageQuotaCallback(int grantedQuotaInBytes);
Dart
dart:html
StorageQuotaCallback typedef
dart:html library