removeStickersFromFavorite<T> method
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);