getFriendsGroupIdByIndex method

FriendsGroupId getFriendsGroupIdByIndex(
  1. int iFG
)

Implementation

FriendsGroupId getFriendsGroupIdByIndex(
  int iFG,
) =>
    _getFriendsGroupIdByIndex.call(
      this,
      iFG,
    );