• Florian Loitsch's avatar
    Don't use `runBinaryGuarded`. (#11816) · 8d5fe6d4
    Florian Loitsch authored
    Since the called function can't throw, there is no need for the "guarded".
    Since the function returns something, running in guarded mode doesn't really work. The `uncaught` handler wouldn't know what to return (except for `null`).
    8d5fe6d4
Name
Last commit
Last update
..
all_elements.dart Loading commit data...
binding.dart Loading commit data...
controller.dart Loading commit data...
finders.dart Loading commit data...
matchers.dart Loading commit data...
stack_manipulation.dart Loading commit data...
test_async_utils.dart Loading commit data...
test_pointer.dart Loading commit data...
test_text_input.dart Loading commit data...
test_vsync.dart Loading commit data...
widget_tester.dart Loading commit data...