and method

List<Stream> and(
  1. Stream other
)

Implementation

List<Stream<dynamic>> and(Stream<dynamic> other) => [this, other];