|
|
@@ -11,6 +11,8 @@ class FlutterWebviewPlugin {
|
|
|
final StreamController<Null> _onDestroy = new StreamController.broadcast();
|
|
|
final StreamController<Null> _onBackPressed =
|
|
|
new StreamController.broadcast();
|
|
|
+
|
|
|
+ /// TODO: iOS implementation
|
|
|
final StreamController<String> _onUrlChanged =
|
|
|
new StreamController.broadcast();
|
|
|
|