Stream<String> getStringCodeStream() => Stream<String>.periodic( const Duration(seconds: 0), (val) => getCurrentStringCode) .asBroadcastStream();