pop method

void pop(
  1. BuildContext context
)

Implementation

void pop(BuildContext context) async {
  GoRouter.of(context).pop();
}