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