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