Dart
dart:html
StorageManager
persist method
description
persist method
Future
<
bool
>
persist
(
)
Implementation
Future<
bool
> persist() => promiseToFuture<
bool
>(JS(
""
,
"#.persist()"
,
this
));