getAllCards method
Implementation
void getAllCards(ApiResponse apiResponse) {
ApiHelper().requestWithServerGet(
type: clashRoyaleAllCardsApi,
apiResponse: apiResponse,
);
}
void getAllCards(ApiResponse apiResponse) {
ApiHelper().requestWithServerGet(
type: clashRoyaleAllCardsApi,
apiResponse: apiResponse,
);
}