in lib/src/switch.dart [41:43]
Stream<S> switchMap<S>(Stream<S> Function(T) convert) { return map(convert).switchLatest(); }