debugDecode abstract method

List<String>? debugDecode(
  1. String url
)

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);