onRestoreEntry method

  1. @mustCallSuper
void onRestoreEntry()

Implementation

@mustCallSuper
void onRestoreEntry() {
  assert(_entry != null);
  _completed();
}