JoinGroup method

  1. @override
Future<void> JoinGroup(
  1. String chatGroupId
)
override

Scopes this connection to a conversation, where the server requires it.

Implementation

@override
Future<void> JoinGroup(String chatGroupId) =>
    _forEach((s) => s.JoinGroup(chatGroupId));