registerController method

void registerController()

Implementation

void registerController() {
  Get.lazyPut<T>(controller);
}