windowStreamFactory property

Stream Function(T event)? windowStreamFactory
finalinherited

Factory method used to create the Stream which will be buffered

Implementation

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