describe static method

String describe()

Describes all interceptors, with their names and z-indexes. This may help you debug your interceptors, by printing them to the console, like this: print(BackButtonInterceptor.describe());

Implementation

static String describe() => _interceptors.join("\n");