onConnected property

Stream get onConnected

Stream that emits events when the server connection is connected.

Implementation

Stream<dynamic> get onConnected =>
    throw UnimplementedError('has not been implemented.');