canPop static method

bool canPop({
  1. String? navigator,
})

Whether the navigator can be popped

Implementation

static bool canPop({String? navigator}) => _getContext(navigator).canPop();