SplashViewCreatedCallback typedef

SplashViewCreatedCallback = void Function(SplashViewController controller)

Optional callback invoked when a web view is first created. controller is the SplashViewController for the created splash view.

Implementation

typedef SplashViewCreatedCallback = void Function(
    SplashViewController controller);