Stats class

Методы для работы со статистикой.

Constructors

Stats.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

get<T>(Map<String, Object> params) Future<ApiResponse<T>>
Returns statistics of a community or an application.
getPostReach<T>(Map<String, Object> params) Future<ApiResponse<T>>
Returns stats for a wall post.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited
trackVisitor<T>(Map<String, Object> params) Future<ApiResponse<T>>
Добавляет данные о текущем сеансе в статистику посещаемости приложения.

Operators

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