windowStreamFactory property

Stream Function(S event)? windowStreamFactory
final

Factory method used to create the Stream which will be buffered

Implementation

final Stream<dynamic> Function(S event)? windowStreamFactory;