getFriendList static method

List getFriendList()

Implementation

static List<dynamic> getFriendList() {
  return friendList;
}