persist method - StorageManager class - dart:html library

Future<bool> persist()

Implementation

Future<bool> persist() => promiseToFuture<bool>(JS("", "#.persist()", this));