postAdsStealth<T> method

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

Allows to create hidden post which will not be shown on the community's wall and can be used for creating an ad with type "Community post".

Implementation

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