mod: specify list type

Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
bggRGjQaUbCoE
2025-04-11 21:31:59 +08:00
parent da35cf471e
commit 9ce9940306
18 changed files with 61 additions and 47 deletions

View File

@@ -40,7 +40,7 @@ abstract class CommonController<R, T> extends GetxController
Future<LoadingState<R>> customGetData();
void handleListResponse(List dataList) {}
void handleListResponse(List<T> dataList) {}
bool customHandleResponse(bool isRefresh, Success<R> response) {
return false;