getDeckByTroopId method
Implementation
void getDeckByTroopId(int id, ApiResponse apiResponse) {
ApiHelper().requestWithServerGet(
type: clashRoyaleDeckSearchById + id.toString(),
apiResponse: apiResponse,
);
}
void getDeckByTroopId(int id, ApiResponse apiResponse) {
ApiHelper().requestWithServerGet(
type: clashRoyaleDeckSearchById + id.toString(),
apiResponse: apiResponse,
);
}