getComments<T> method
Returns a list of comments on a note.
Implementation
Future<ApiResponse<T>> getComments<T>(Map<String, Object> params) =>
_api.request<T>('notes.getComments', params);
Returns a list of comments on a note.
Future<ApiResponse<T>> getComments<T>(Map<String, Object> params) =>
_api.request<T>('notes.getComments', params);