getReposts<T> method
Returns information about reposts of a post on user wall or community wall.
Implementation
Future<ApiResponse<T>> getReposts<T>(Map<String, Object> params) =>
_api.request<T>('wall.getReposts', params);
Returns information about reposts of a post on user wall or community wall.
Future<ApiResponse<T>> getReposts<T>(Map<String, Object> params) =>
_api.request<T>('wall.getReposts', params);