Store class
Методы для работы со стикерами.
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
addStickersToFavorite<
T> (Map< String, Object> params) → Future<ApiResponse< T> > - Adds given sticker IDs to the list of user's favorite stickers
-
getFavoriteStickers<
T> (Map< String, Object> params) → Future<ApiResponse< T> > - Возвращает список избранных стикеров.
-
getProducts<
T> (Map< String, Object> params) → Future<ApiResponse< T> > - Возвращает список продуктов.
-
getStickersKeywords<
T> (Map< String, Object> params) → Future<ApiResponse< T> > - Возвращает список ключевых слов для стикеров.
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
removeStickersFromFavorite<
T> (Map< String, Object> params) → Future<ApiResponse< T> > - Removes given sticker IDs from the list of user's favorite stickers
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited