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:
committed by
GitHub
parent
3b76e7e258
commit
8a88e2efca
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user