Utils 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
-
checkLink<
T> (Map< String, Object> params) → Future<ApiResponse< T> > - Checks whether a link is blocked in VK.
-
deleteFromLastShortened<
T> (Map< String, Object> params) → Future<ApiResponse< T> > - Deletes shortened link from user's list.
-
getLastShortenedLinks<
T> (Map< String, Object> params) → Future<ApiResponse< T> > - Returns a list of user's shortened links.
-
getLinkStats<
T> (Map< String, Object> params) → Future<ApiResponse< T> > - Returns stats data for shortened link.
-
getServerTime<
T> (Map< String, Object> params) → Future<ApiResponse< T> > - Returns the current time of the VK server.
-
getShortLink<
T> (Map< String, Object> params) → Future<ApiResponse< T> > - Allows to receive a link shortened via vk.cc.
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
resolveScreenName<
T> (Map< String, Object> params) → Future<ApiResponse< T> > - Detects a type of object (e.g., user, community, application) and its ID by screen name.
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited