BannerViewCreatedCallback typedef

BannerViewCreatedCallback = void Function(BannerViewController controller)

Optional callback invoked when a web view is first created. controller is the BannerViewController for the created banner view.

Implementation

typedef BannerViewCreatedCallback = void Function(
    BannerViewController controller);