getLastShortenedLinks<T> method
Returns a list of user's shortened links.
Implementation
Future<ApiResponse<T>> getLastShortenedLinks<T>(Map<String, Object> params) =>
_api.request<T>('utils.getLastShortenedLinks', params);
Returns a list of user's shortened links.
Future<ApiResponse<T>> getLastShortenedLinks<T>(Map<String, Object> params) =>
_api.request<T>('utils.getLastShortenedLinks', params);