persist 方法

Future<bool> persist()

实现

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