runZonedGuarded property

  1. @override
  2. @mustCallSuper
bool runZonedGuarded
override

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

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

Implementation

@override
@mustCallSuper
bool get runZonedGuarded => masamuneAdapters.any((e) => e.runZonedGuarded);