restoreComment<T> method
Restores a comment deleted from a user wall or community wall.
Implementation
Future<ApiResponse<T>> restoreComment<T>(Map<String, Object> params) =>
_api.request<T>('wall.restoreComment', params);
Restores a comment deleted from a user wall or community wall.
Future<ApiResponse<T>> restoreComment<T>(Map<String, Object> params) =>
_api.request<T>('wall.restoreComment', params);