菜单
Dart
dart:html
存储配额回调typedef
存储配额回调
深色模式
浅色模式
描述
存储配额回调
typedef
存储配额回调
=
void Function
(
int
grantedQuotaInBytes
)
实现
typedef void StorageQuotaCallback(int grantedQuotaInBytes);
Dart
dart:html
存储配额回调typedef
dart:html库
Cookie管理控件