restoreComment<T> method

Future<ApiResponse<T>> restoreComment<T>(
  1. Map<String, Object> params
)

Restores a deleted comment on a note.

Implementation

Future<ApiResponse<T>> restoreComment<T>(Map<String, Object> params) =>
    _api.request<T>('notes.restoreComment', params);