stopStream method

dynamic stopStream()

Implementation

stopStream() {
  if (stream != null) {
    stream!.dispose();
  }
}