mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
`assert(app is IOSApp)` fails if `app` is null, and `app` is an optional argument. `app` is passed to `_IOSSimulatorLogReader`, which already handles it being null.