join<T> method
With this method you can join the group or public page, and also confirm your participation in an event.
Implementation
Future<ApiResponse<T>> join<T>(Map<String, Object> params) =>
_api.request<T>('groups.join', params);