加入群组
@override Future<void> joinGroup(String groupId) async { await methodChannel.invokeMethod<void>('joinGroup', { 'groupId': groupId, }); }