removeStickersFromFavorite<T> method

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

Removes given sticker IDs from the list of user's favorite stickers

Implementation

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