pin<T> method

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

Pins the post on wall.

Implementation

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