UIViewController constructor
UIViewController()
Returns a new instance of UIViewController constructed with the default new
method.
Implementation
factory UIViewController() => new$();
Returns a new instance of UIViewController constructed with the default new
method.
factory UIViewController() => new$();