stopListening method
void
stopListening()
Implementation
void stopListening() {
_eventSubscription?.cancel();
_eventSubscription = null;
}
void stopListening() {
_eventSubscription?.cancel();
_eventSubscription = null;
}