WebviewLoadCallback typedef
WebviewLoadCallback =
void Function(WebviewPlusController controller, Uri uri)
Callback appelé au début / à la fin du chargement d'une page.
Implementation
typedef WebviewLoadCallback = void Function(WebviewPlusController controller, Uri uri);