debugDecode abstract method
Decode url through this root's codec into a human-readable preview of
the resulting stack, without navigating. Returns null if there's no
codec or the URL doesn't decode. Powers the extension's deep-link preview.
Implementation
List<String>? debugDecode(String url);