stopListening method

void stopListening()

Implementation

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