close method

void close()

Closes the subscription for onEvent

Implementation

void close() {
  _eventChannelSubscription.cancel();
}