windowStreamFactory property Null safety
final, inherited
Factory method used to create the Stream which will be buffered
Implementation
final Stream<dynamic> Function(S event)? windowStreamFactory;
Factory method used to create the Stream which will be buffered
final Stream<dynamic> Function(S event)? windowStreamFactory;