getCodeStream method

Stream<int> getCodeStream()

Implementation

Stream<int> getCodeStream() =>
    Stream<int>.periodic(const Duration(seconds: 0), (val) => getCurrentCode)
        .asBroadcastStream();