stop static method

dynamic stop()

Implementation

static stop() {
  if (_overlay == null) return;
  _overlay!.remove();
  _overlay = null;
}