attachController method

T attachController(
  1. T controller
)

Implementation

T attachController(T controller) => controller.fromView(this) as T;