DartCreateFriendGroup method

int DartCreateFriendGroup(
  1. Pointer<Char> json_create_friend_group_param,
  2. Pointer<Void> user_data
)

好友分组

Implementation

int DartCreateFriendGroup(
  ffi.Pointer<ffi.Char> json_create_friend_group_param,
  ffi.Pointer<ffi.Void> user_data,
) {
  return _DartCreateFriendGroup(
    json_create_friend_group_param,
    user_data,
  );
}