MCP class Null safety

MCP operations object

Constructors

MCP(FortniteProfile _profileId, {required String accountId, String route = "client"})
Get mcp request url

Properties

AbandonExpedition String
read-only
accountId String
account id to be used for mcp operations
read / write
ActivateConsumable String
read-only
ApplyAlteration String
read-only
AssignWorkerToSquad String
read-only
AssignWorkerToSquadBatch String
read-only
ClaimCollectedResources String
read-only
ClaimCollectionBookPageRewards String
read-only
ClaimCollectionBookRewards String
read-only
ClaimDifficultyIncreaseRewards String
read-only
ClaimLoginReward String
read-only
ClaimMfaEnabled String
read-only
ClaimMissionAlertRewards String
read-only
ClientQuestLogin String
read-only
CollectExpedition String
read-only
ConsumeItems String
read-only
ConvertItem String
read-only
ConvertSlottedItem String
read-only
CreateDeployableBaseItem String
read-only
CreateOrUpgradeOutpostItem String
read-only
DestroyWorldItems String
read-only
EarnScore String
read-only
EndBattleRoyaleGame String
read-only
EndPrimaryMission String
read-only
EquipBattleRoyaleCustomization String
read-only
EquipCharCosmetic String
read-only
FortRerollDailyQuest String
read-only
GetMcpTimeForLogin String
read-only
hashCode int
The hash code for this object.
read-onlyinherited
IncrementNamedCounterStat String
read-only
IssueFriendCode String
read-only
ModifyMission String
read-only
OpenCardPack String
read-only
OpenCardPackBatch String
read-only
PopulatePrerolledOffers String
read-only
profileId String
profile id as string
read / write
PurchaseCatalogEntry String
read-only
PurchaseHomebaseNode String
read-only
PurchaseOrUpgradeHomebaseNode String
read-only
PurchaseResearchStatUpgrade String
read-only
QueryProfile String
read-only
QueryPublicProfile String
read-only
RecycleItem String
read-only
RecycleItemBatch String
read-only
RefreshExpeditions String
read-only
route String
route
read / write
runtimeType Type
A representation of the runtime type of the object.
read-onlyinherited
SetActiveHeroLoadout String
read-only
SetAffiliateName String
read-only
SetBattleRoyaleBanner String
read-only
SetHomebaseName String
read-only
SetLoadoutName String
read-only
SetMtxPlatform String
read-only
SkipTutorial String
read-only
StorageTransfer String
read-only
TransmogItem String
read-only
UnassignAllSquads String
read-only
UnloadWarehouse String
read-only
UnslotAllWorkers String
read-only
UpdateBuildingLevelAndRating String
read-only
UpdateDeployableBaseTierProgression String
read-only
UpdateOutpostCore String
read-only
UpgradeSlottedItem String
read-only

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a non-existent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited
url({String operation = "QueryProfile", String overrideProfile = ""}) String
Get mcp request url

Operators

operator ==(Object other) bool
The equality operator.
inherited