restrictedRoomIdsStr method

FfiListFfiString restrictedRoomIdsStr()

if set to restricted or restricted_knock the rooms this is restricted to

Implementation

FfiListFfiString restrictedRoomIdsStr() {
  var tmp0 = 0;
  tmp0 = _box.borrow();
  final tmp1 = _api._roomRestrictedRoomIdsStr(
    tmp0,
  );
  final tmp3 = tmp1;
  final ffi.Pointer<ffi.Void> tmp3_0 = ffi.Pointer.fromAddress(tmp3);
  final tmp3_1 = _Box(_api, tmp3_0, "drop_box_FfiListFfiString");
  tmp3_1._finalizer = _api._registerFinalizer(tmp3_1);
  final tmp4 = FfiListFfiString._(_api, tmp3_1);
  final tmp2 = tmp4;
  return tmp2;
}