stop method

  1. @override
dynamic stop()
override

Implementation

@override
stop() {
  _onDone();
  _streamSubscription!.cancel();
  _streamSubscription = null;
}