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