RoyaleApiHelper class

Constructors

RoyaleApiHelper.new()
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

clashRoyaleOfficialApi(String url, ApiResponse apiResponse) → void
generateDeckBySeed(ApiResponse apiResponse) → void
getAllCards(ApiResponse apiResponse) → void
getAllDecks(ApiResponse apiResponse) → void
getDeckByTroopId(int id, ApiResponse apiResponse) → void
getDeckWithLimits(int limit, ApiResponse apiResponse) → void
nextDeckPage(Map pagination, ApiResponse apiResponse) → void
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
previousPage(Map pagination, ApiResponse apiResponse) → void
searchCard(String cardName, ApiResponse apiResponse) → void
toString() String
A string representation of this object.
inherited

Operators

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