join<T> method

Future<ApiResponse<T>> join<T>(
  1. Map<String, Object> params
)

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);