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