start method

Future<void> start()

Implementation

Future<void> start() {
  _isStarted = true;
  return _controller?.start() ?? Future.value();
}