Commit ce09f7e7 authored by pichillilorenzo's avatar pichillilorenzo

updated README.md

parent b043b435
This diff is collapsed.
...@@ -593,6 +593,11 @@ import 'package:flutter_inappbrowser/flutter_inappbrowser.dart'; ...@@ -593,6 +593,11 @@ import 'package:flutter_inappbrowser/flutter_inappbrowser.dart';
class MyInAppBrowser extends InAppBrowser { class MyInAppBrowser extends InAppBrowser {
@override
void onBrowserCreated() async {
print("\n\nBrowser Ready!\n\n");
}
@override @override
void onLoadStart(String url) { void onLoadStart(String url) {
print("\n\nStarted $url\n\n"); print("\n\nStarted $url\n\n");
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment