How to easily cancel streams in dart/flutter
Canceling streams is a very good practice, but how do you do it as easy as possible ?
Well we should follow the approach from RX with the dispose bag and create a very simple class which we will be able to mixin with any class…