showInspector method
void
showInspector()
Opens Http calls inspector. This will navigate user to the new fullscreen page where all listened http calls can be viewed.
Implementation
void showInspector() {
_ChuckCore.navigateToCallListScreen();
}