popToFirstAndPush method

Future popToFirstAndPush(
  1. BuildContext context
)

Implementation

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