cleanAndPush method

Future cleanAndPush(
  1. BuildContext context
)

Implementation

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