lastNav function

void lastNav({
  1. dynamic ctx,
})

Implementation

void lastNav ({ctx}) {
  return  Navigator.pop(ctx);
}