stop method

void stop()

Implementation

void stop() {
  _entry?.stop(notifyController: true);
}