getSingletonSubscription method
Returns a StreamSubscription associated with singletonIdentifier
.
Implementation
@override
StreamSubscription<T?>? getSingletonSubscription(singletonIdentifier,
[bool singletonIdentifyByInstance = true]) =>
eventStream?.getSingletonSubscription(
singletonIdentifier, singletonIdentifyByInstance);