Notifications class
Методы для работы с оповещениями.
Constructors
- Notifications.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 a list of notifications about other users' feedback to the current user's wall posts.
-
markAsViewed<
T> (Map< String, Object> params) → Future<ApiResponse< T> > - Resets the counter of new notifications about other users' feedback to the current user's wall posts.
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
sendMessage<
T> (Map< String, Object> params) → Future<ApiResponse< T> > - Метод отправляет уведомление пользователю мини-приложения.
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited