cancelSingletonSubscription method
Cancels StreamSubscription associated with singletonIdentifier
.
Implementation
@override
bool cancelSingletonSubscription(singletonIdentifier,
[bool singletonIdentifyByInstance = true]) =>
eventStream!.cancelSingletonSubscription(
singletonIdentifier, singletonIdentifyByInstance);