restoreComment<T> method
Restores a deleted comment on a note.
Implementation
Future<ApiResponse<T>> restoreComment<T>(Map<String, Object> params) =>
_api.request<T>('notes.restoreComment', params);
Restores a deleted comment on a note.
Future<ApiResponse<T>> restoreComment<T>(Map<String, Object> params) =>
_api.request<T>('notes.restoreComment', params);