tagAdd<T> method
Add new group's tag
Implementation
Future<ApiResponse<T>> tagAdd<T>(Map<String, Object> params) =>
_api.request<T>('groups.tagAdd', params);
Add new group's tag
Future<ApiResponse<T>> tagAdd<T>(Map<String, Object> params) =>
_api.request<T>('groups.tagAdd', params);