Dart Riverpod merging two providers of the same type
I am looking for a way to combine two providers (that both emit the same type of values) into one such that the resulting provider emits the most recent value emitted by either of the two input providers.