Asserts the number of emissions.
void expectEmissionCount(int count, [String? reason]) { expect(_emissions.length, equals(count), reason: reason); }