79373543

Date: 2025-01-21 07:45:27
Score: 0.5
Natty:
Report link
  canPop: false,
  onPopInvokedWithResult: (didPop, result)  async {
    if (await controller.canGoBack()) {
      await controller.goBack();
    } else
    {
      if (didPop) {
        return;
      }
      Navigator.of(context).pop();
    }

  },
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Next Day Software Solution Pvt