popToFirstAndPush method
Implementation
Future<dynamic> popToFirstAndPush(BuildContext context) {
return context.popToFirstAndPushNamed(
path,
args: [args],
);
}
Future<dynamic> popToFirstAndPush(BuildContext context) {
return context.popToFirstAndPushNamed(
path,
args: [args],
);
}