Answers for "dialog in getx"

1

dismiss getx dialog

//using getx navigation
Get.back();

//using default navigation
Navigator.of(context).pop()
Posted by: Guest on March-05-2021

Browse Popular Code Answers by Language