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