Sign in
flutter
/
mirrors
/
plugins
/
12832a1b5c1e74030b55daa1e2f548fd81a1f331
/
.
/
packages
/
espresso
/
example
/
test_driver
/
example.dart
blob: ab74ff550930e708ea18be332a3e93746c47b01f [
file
] [
log
] [
blame
]
import
'package:flutter_driver/driver_extension.dart'
;
import
'package:espresso_example/main.dart'
as
app
;
void
main
()
{
enableFlutterDriverExtension
();
app
.
main
();
}