currentHash top-level property
String
get
currentHash
The current browser hash, including the leading #.
Implementation
String get currentHash => navigation.currentHash;
The current browser hash, including the leading #.
String get currentHash => navigation.currentHash;