fromIterable([1, 3, 5]).listen((i) { print('s1: $i'); }); // New streams can created from other streams, using // using methods like where(), map(), ...
確定! 回上一頁