clearCache<T> method
Allows to clear the cache of particular 'external' pages which may be attached to VK posts.
Implementation
Future<ApiResponse<T>> clearCache<T>(Map<String, Object> params) =>
_api.request<T>('pages.clearCache', params);