AppWidgets class

Методы для работы с виджетами.

Constructors

AppWidgets.new(Api _api)
Конструктор.

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

getAppImages<T>(Map<String, Object> params) Future<ApiResponse<T>>
Returns an app collection of images for community app widgets
getAppImageUploadServer<T>(Map<String, Object> params) Future<ApiResponse<T>>
Returns a URL for uploading a photo to the community collection for community app widgets
getGroupImages<T>(Map<String, Object> params) Future<ApiResponse<T>>
Returns a community collection of images for community app widgets
getGroupImageUploadServer<T>(Map<String, Object> params) Future<ApiResponse<T>>
Returns a URL for uploading a photo to the community collection for community app widgets
getImagesById<T>(Map<String, Object> params) Future<ApiResponse<T>>
Returns an image for community app widgets by its ID
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
saveAppImage<T>(Map<String, Object> params) Future<ApiResponse<T>>
Allows to save image into app collection for community app widgets
saveGroupImage<T>(Map<String, Object> params) Future<ApiResponse<T>>
Allows to save image into community collection for community app widgets
toString() String
A string representation of this object.
inherited
update<T>(Map<String, Object> params) Future<ApiResponse<T>>
Allows to update community app widget

Operators

operator ==(Object other) bool
The equality operator.
inherited