ConnectivityView
struct ConnectivityView : View
The connectivityView is used for showing the user current connections.
It also shows a few statistics for this session.
-
The ChatBrain object is used to get statistics and current connections.
Declaration
Swift
@EnvironmentObject var chatBrain: ChatHandler { get }
-
Declaration
Swift
var body: some View { get }