getViewController method

Implementation

VoltronViewController? getViewController(String name) {
  return _controllers[name]?.viewController;
}