FeedViewCreatedCallback typedef

FeedViewCreatedCallback = void Function(FeedViewController controller)

Optional callback invoked when a web view is first created. controller is the FeedViewController for the created feed view.

Implementation

typedef FeedViewCreatedCallback = void Function(FeedViewController controller);