banOwner<T> method
Allows to hide stories from chosen sources from current user's feed.
Implementation
Future<ApiResponse<T>> banOwner<T>(Map<String, Object> params) =>
_api.request<T>('stories.banOwner', params);
Allows to hide stories from chosen sources from current user's feed.
Future<ApiResponse<T>> banOwner<T>(Map<String, Object> params) =>
_api.request<T>('stories.banOwner', params);