getJoinedGroupListPage method

void getJoinedGroupListPage(
  1. Pointer<Char> operationID,
  2. int offset,
  3. int count
)

Implementation

void getJoinedGroupListPage(ffi.Pointer<ffi.Char> operationID, int offset, int count) {
  return _getJoinedGroupListPage(operationID, offset, count);
}