Prepare Flutter for SDK changes to `runZoned`. (#52953)
The `runZoned` method deprecates the `onError` parameter. Invocations using that parameter must use `runZonedGuarded` instead. This prepares Flutter for the deprecation. The same places need to be migrated to using `runZonedGuarded` when the SDK change has been ported to Flutter. Then the deprecated member will be removed in a follow-up CL when the most important packages have been migrated.
L
Lasse R.H. Nielsen committed
af5194dbfd6555d59037562e7d30b731dc98fcfd
Parent: 1057192
Committed by GitHub <noreply@github.com>
on 3/24/2020, 3:34:17 PM