popModeUntil abstract method

Future<void> popModeUntil(
  1. String fullRoute, {
  2. PopMode popMode = PopMode.history,
})

Implementation

Future<void> popModeUntil(
  String fullRoute, {
  PopMode popMode = PopMode.history,
});