call method

dynamic call(
  1. Object controller
)

Implementation

_i2.dynamic call(_i2.Object controller) => _i4.callMethod(
      this,
      'call',
      [
        this,
        controller,
      ],
    );