findNode<N extends NodeInterface> method
Implementation
@protected
N findNode<N extends NodeInterface>() {
assert(_initialized, 'No puedes llamar findNode antes de onInit.');
return _scope.findByType<N>();
}
@protected
N findNode<N extends NodeInterface>() {
assert(_initialized, 'No puedes llamar findNode antes de onInit.');
return _scope.findByType<N>();
}