image detail
This commit is contained in:
@ -8,7 +8,6 @@ class GalleryNotifier extends Notifier<List<ImageResp>> {
|
||||
}
|
||||
|
||||
void addImage({required List<ImageResp> imageList}) {
|
||||
// return await rc.future;
|
||||
state = [...state, ...imageList];
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user