stop method

Future<void> stop()

Implementation

Future<void> stop() {
  _isViewStarted = false;
  return _controller.stop();
}