mirror of
https://github.com/HChaZZY/PiliPlus.git
synced 2025-12-06 09:13:48 +08:00
mod: specify list type
Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user