edit<T> method
Edits a note of the current user.
Implementation
Future<ApiResponse<T>> edit<T>(Map<String, Object> params) =>
_api.request<T>('notes.edit', params);
Edits a note of the current user.
Future<ApiResponse<T>> edit<T>(Map<String, Object> params) =>
_api.request<T>('notes.edit', params);