popModeUntil abstract method

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

Implementation

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