|
@@ -92,7 +92,8 @@ Future<Null> launch(String url,
|
|
|
Rect rect: null,
|
|
Rect rect: null,
|
|
|
String userAgent: null,
|
|
String userAgent: null,
|
|
|
bool withZoom: false,
|
|
bool withZoom: false,
|
|
|
- bool withLocalStorage: true});
|
|
|
|
|
|
|
+ bool withLocalStorage: true,
|
|
|
|
|
+ bool scrollBar: true});
|
|
|
```
|
|
```
|
|
|
```dart
|
|
```dart
|
|
|
Future<String> evalJavascript(String code);
|
|
Future<String> evalJavascript(String code);
|