runZonedGuarded property

bool runZonedGuarded
inherited

If you set this to true, you can wrap runApp with runZonedGuarded.

これをtrueにした場合、runApprunZonedGuardedでラッピングすることができます。

Implementation

bool get runZonedGuarded => false;