flutter steam controller code example Example: flutter stream stop listen // Pre-declare variable (can't be final, though). StreamSubscription> subscription; subscription = stream.listen((event) { .... subscription.cancel(); });