OnUIViewCreated typedef

OnUIViewCreated = Future<void> Function(UIView? controller)

Implementation

typedef OnUIViewCreated = Future<void> Function(UIView? controller);