handleOnLoad method

void handleOnLoad()

Implementation

void handleOnLoad() {
  if (_needHandle(NodeProps.kOnLoad)) {
    _handleEvent("load", VoltronMap());
  }
}