finish method

void finish()

Implementation

void finish() {
  onFinish?.call();
  _removeOverlay();
}