Lau Ching Jun 1586c0c318
Fix crash when attaching to a device with multiple active flutter apps (#175147)
`vmServiceUri` is a stream, and might emit multiple values. But
`discoveryStatus.stop()` can only be called once.
2025-09-12 20:44:36 +00:00
..