BitWorker<V, L> typedef

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

Implementation

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