persist method Null safety

Future<bool> persist ()

Implementation

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