menu
Dart
dart:html
StorageUsageCallback typedef
StorageUsageCallback
dark_mode
light_mode
description
StorageUsageCallback
typedef
StorageUsageCallback
=
void Function
(
int
currentUsageInBytes
,
int
currentQuotaInBytes
)
Implementation
typedef
void
StorageUsageCallback(
int
currentUsageInBytes,
int
currentQuotaInBytes, );
Dart
dart:html
StorageUsageCallback typedef
dart:html library
Cookies management controls