I have two streams fetching from two different api.
Stream get monthOutStream => monthOutController.stream; Stream get resultOu
Observable.combineLatest2( aStream, bStream, (a, b, c) => a != '' && b != '');
combineLatestN returns a combined stream