tagAdd<T> method

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

Add new group's tag

Implementation

Future<ApiResponse<T>> tagAdd<T>(Map<String, Object> params) =>
    _api.request<T>('groups.tagAdd', params);