Remove io and isolate from libraries for web sdk (#40259)

This commit is contained in:
Jonah Williams 2019-09-11 12:40:33 -07:00 committed by GitHub
parent e10db6c838
commit 963c8a8921
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -78,8 +78,6 @@ final DartPlatform flutterWebPlatform =
// Flutter web specific libraries.
'ui',
'_engine',
'io',
'isolate',
]);
/// The builders required to compile a Flutter application to the web.