getAllCards method

void getAllCards(
  1. ApiResponse apiResponse
)

Implementation

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