menu
Dart
dart:html
StorageManager
persisted method
persisted
dark_mode
light_mode
描述
持久化
方法
Future
<
bool
>
persisted
(
)
实现
Future<bool> persisted() => promiseToFuture<bool>(JS("", "#.persisted()", this));
Dart
dart:html
StorageManager
持久化方法
StorageManager 类
Cookie 管理控件