ConnectionStatusBuilder typedef

  1. @Deprecated("Use 'StreamConnectionStatusBuilder' instead")
ConnectionStatusBuilder = StreamConnectionStatusBuilder

Widget that builds itself based on the latest snapshot of interaction with a Stream of type ConnectionStatus.

The widget will use the closest StreamChatClient.wsConnectionStatusStream in case no stream is provided.

Implementation

@Deprecated("Use 'StreamConnectionStatusBuilder' instead")
typedef ConnectionStatusBuilder = StreamConnectionStatusBuilder;