connectionStream property

Stream<Map<String, dynamic>> connectionStream

we can get connectionStream to get update on connection

Implementation

static Stream<Map<String, dynamic>> get connectionStream =>
    _connectionStreamController.stream;