Future<void> joinGroup({required String groupId, dynamic params}) async { await _delegate?.joinGroup(groupId, params); return Future.value(); }