deleteFromLastShortened<T> method

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

Deletes shortened link from user's list.

Implementation

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