connectionEventStream property

Stream<ConnectionEvent> get connectionEventStream

connectionEventStream will give update of Connection Events

Implementation

Stream<ConnectionEvent> get connectionEventStream =>
    _wppEvents.connectionEventStreamController.stream;