diff --git a/shell/common/switches.cc b/shell/common/switches.cc index e2fa0b2849430..c843249353064 100644 --- a/shell/common/switches.cc +++ b/shell/common/switches.cc @@ -67,6 +67,7 @@ static const std::string gAllowedDartFlags[] = { "--trace-reload-verbose", "--write-service-info", "--null_assertions", + "--strict_null_safety_checks", }; // clang-format on