menu
Dart
dart:html
StorageManager
persist method
persist
brightness_4
brightness_5
description
persist
method
Future
<
bool
>
persist
(
)
Implementation
Future<
bool
> persist() => promiseToFuture<
bool
>(JS(
""
,
"#.persist()"
,
this
));
Dart
dart:html
StorageManager
persist method
StorageManager class
Cookies management controls