notifyPersistence method

Future<void> notifyPersistence()

Implementation

Future<void> notifyPersistence() async {
  if (persistenceHandler != null) {
    persistenceHandler!.call(_history);
  }
}