canClose method

  1. @override
bool canClose()
override

Can close the current location.

Should return true if the current location is not the initial.

Implementation

@override
bool canClose() => _pages.length > 1;