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