push<T> static method

T push<T>(
  1. T controller
)

Implementation

static T push<T>(T controller) {
  return instance.push(controller);
}