mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
Merge pull request #1870 from abarth/rationalize_shell
Rationalize embedder.dart and shell.dart
This commit is contained in:
commit
b9a468eb24
@ -23,7 +23,7 @@ const String kBundleFile = 'app.flx';
|
||||
|
||||
UpdateServiceProxy _initUpdateService() {
|
||||
UpdateServiceProxy updateService = new UpdateServiceProxy.unbound();
|
||||
shell.requestService(null, updateService);
|
||||
shell.connectToService(null, updateService);
|
||||
return updateService;
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user