feat: new ui changes
This commit is contained in:
@@ -220,4 +220,10 @@ class SegmentationLogic extends GetxController {
|
||||
onError: (error, stacktrace) {},
|
||||
);
|
||||
}
|
||||
|
||||
|
||||
Future<void> onRefresh() async {
|
||||
currentPage.value = 1;
|
||||
await getAllSegmentation();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user