add<T> method
Creates a new note for the current user.
Implementation
Future<ApiResponse<T>> add<T>(Map<String, Object> params) =>
_api.request<T>('notes.add', params);
Creates a new note for the current user.
Future<ApiResponse<T>> add<T>(Map<String, Object> params) =>
_api.request<T>('notes.add', params);