getAllDecks method

void getAllDecks(
  1. ApiResponse apiResponse
)

Implementation

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