我认为排干流应该可以解决问题
dispose() async { _movieId.close(); await _trailers.drain(); _trailers.close(); }https://api.dartlang.org/stable/2.0.0/dart-async/Stream-
class.html

我认为排干流应该可以解决问题
dispose() async { _movieId.close(); await _trailers.drain(); _trailers.close(); }https://api.dartlang.org/stable/2.0.0/dart-async/Stream-
class.html