getMentions<T> method
Returns a list of posts on user walls in which the current user is mentioned.
Implementation
Future<ApiResponse<T>> getMentions<T>(Map<String, Object> params) =>
_api.request<T>('newsfeed.getMentions', params);