unpin<T> method
Unpins the post on wall.
Implementation
Future<ApiResponse<T>> unpin<T>(Map<String, Object> params) =>
_api.request<T>('wall.unpin', params);
Unpins the post on wall.
Future<ApiResponse<T>> unpin<T>(Map<String, Object> params) =>
_api.request<T>('wall.unpin', params);