MCP class Null safety

Constructors

MCP({required String accountId, required FortniteProfile profileId})
Get mcp request url

Properties

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
ClaimCollectionBookRewards String
read-only
ClaimLoginReward String
read-only
ClaimMissionAlertRewards String
read-only
ClientQuestLogin String
read-only
CollectExpedition String
read-only
ConsumeItems String
read-only
ConvertItem String
read-only
EarnScore String
read-only
EndPrimaryMission String
read-only
EquipCharCosmetic String
read-only
FortRerollDailyQuest String
read-only
GetMcpTimeForLogin String
read-only
hashCode int
The hash code for this object. [...]
read-only, inherited
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 FortniteProfile
profile id to be used for mcp operations
read / write
PurchaseCatalogEntry String
read-only
PurchaseHomebaseNode String
read-only
QueryProfile String
read-only
RecycleItem String
read-only
RecycleItemBatch String
read-only
RefreshExpeditions String
read-only
runtimeType Type
A representation of the runtime type of the object.
read-only, inherited
SetMtxPlatform String
read-only
SkipTutorial String
read-only
TransmogItem String
read-only
UnassignAllSquads String
read-only
UnslotAllWorkers 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