call method

void call([
  1. List? arguments
])

Implementation

void call([List? arguments]) {
  _projection._project = _projectAt(arguments);
  _projection._recenter();
}