onResourceUnsubscribed property

Stream<String> get onResourceUnsubscribed

Stream of resource unsubscription events (emits resource URI)

Implementation

Stream<String> get onResourceUnsubscribed => _resourceUnsubscribedController.stream;