showDebugView method
Get the debug view controller. For development purposes only, this contains UI with multiple debug features allowing you to debug your Batch implementation more easily. If you want to make it accessible in production, you should hide it in a hard to reproduce sequence.
Implementation
void showDebugView() {
_channel.invokeMethod('debug.showDebugView');
}