Bump Dart SDK to 1.25.0-dev.9.0 (#11509)

* Bump Dart SDK to 1.25.0-dev.9.0

* add link to sdk bug
This commit is contained in:
Alexandre Ardhuin
2017-08-09 14:45:55 +02:00
committed by GitHub
parent 3b76e7e258
commit 8a88e2efca
12 changed files with 20 additions and 19 deletions

View File

@@ -148,7 +148,7 @@ class CommandArgs {
}
class FakeDevice extends AndroidDevice {
FakeDevice({String deviceId: null}) : super(deviceId: deviceId);
FakeDevice({String deviceId}) : super(deviceId: deviceId);
static String output = '';
static ExitErrorFactory exitErrorFactory = () => null;