pop method

Future pop(
  1. dynamic context
)

Implementation

Future pop(context) async {
  Navigator.pop(context, controller.popAddress);
  dispose();
}