BitStreamWorker<V, L> typedef

BitStreamWorker<V, L> = FutureOr<Stream<V>> Function(dynamic update(L updateValue))

Implementation

typedef BitStreamWorker<V, L> = FutureOr<Stream<V>> Function(
    Function(L updateValue) update);