getGroupIds function

List<int> getGroupIds()

Retrieves the list of group gid's for the current user.

Implementation

List<int> getGroupIds() => getgroups();