pop abstract method

void pop(
  1. BuildContext context
)

Pop the top-most route off the navigator that most tightly encloses the given context.

Implementation

void pop(BuildContext context);