mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
The stream subscriptions in the device's VmService are used by other parts of FlutterVmService and other components throughout flutter_tools. Components that listen to streams should not call VmService.streamCancel because that will interfere with other users who still want the events. See https://github.com/flutter/flutter/issues/153049 See https://github.com/flutter/flutter/issues/153563