cancelAllSingletonSubscriptions method
Cancels all StreamSubscription of singleton listeners.
Implementation
@override
void cancelAllSingletonSubscriptions() =>
eventStream!.cancelAllSingletonSubscriptions();
Cancels all StreamSubscription of singleton listeners.
@override
void cancelAllSingletonSubscriptions() =>
eventStream!.cancelAllSingletonSubscriptions();