get<T> method
Returns a list of posts on a user wall or community wall.
Implementation
Future<ApiResponse<T>> get<T>(Map<String, Object> params) =>
_api.request<T>('wall.get', params);
Returns a list of posts on a user wall or community wall.
Future<ApiResponse<T>> get<T>(Map<String, Object> params) =>
_api.request<T>('wall.get', params);