mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
The intention of the property provider is to try to connect, not bail out if connection is not possible. This code tried to connect unconditionally, which is not what we wanted. Removing this initialization code to enable a roll, and will fix in a followup.