findMeOrPush method

Future findMeOrPush(
  1. BuildContext context
)

Implementation

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