menu
Dart
dart:html
StorageUsageCallback typedef
StorageUsageCallback
dark_mode
light_mode
说明
StorageUsageCallback
typedef
StorageUsageCallback
=
void Function
(
int
currentUsageInBytes
,
int
currentQuotaInBytes
)
实现
typedef void StorageUsageCallback( int currentUsageInBytes, int currentQuotaInBytes);
Dart
dart:html
存储使用回调typedef
dart:html库
Cookie管理控件