showInit method

  1. @override
String showInit()
override

Show initialization source. Maps to: show-init

Implementation

@override
String showInit() {
  // Init source is managed by the REPL, not available here
  return '// Init source not available in controller';
}