When I'm done with a subscription. Should I also u...
# flutter
d
When I'm done with a subscription. Should I also unsubscribe from the subscription? Or just close
removeSubscription
?
m
I believe it will depend on your use case, but for most cases I would go with unsubscribe.