stop method

void stop()

Stops

Implementation

void stop() {
  if (_asyncContent != null) _asyncContent!.stop();
}