getFriends abstract method

Future<VKWebAppGetFriendsResult> getFriends([
  1. bool multi = false
])

VKWebAppGetFriends brings up a selection window from the friends list.

Platforms: iOS, Android, Web

multi - false: selection of one friend from the list. true: selection of several friends from the list. The default is false.

Implementation

Future<VKWebAppGetFriendsResult> getFriends([bool multi = false]);