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