streamList property

List<Stream<Map<String, dynamic>>> streamList
getter/setter pair

Contains a list of periodic REST calls streams. These streams are merged together into one stream when the connect() function is called

Implementation

var streamList = <Stream<Map<String, dynamic>>>[];