onResourceSubscribed property

Stream<String> get onResourceSubscribed

Stream of resource subscription events (emits resource URI)

Implementation

Stream<String> get onResourceSubscribed => _resourceSubscribedController.stream;