watches method

  1. @override
List<HWatch> watches()

List the open watches associated with this HSkySparkClient.

This list does not contain a watch until it has been successfully subscribed and assigned an identifier by the server.

Implementation

@override
List<HWatch> watches() => _watches.values.toList(growable: false);