Closed
Description
When the support for the --no-sound-null-safety
flag gets completely removed we should also remove --null-assertions
because it only has meaning when running without sound null safety. It should get cleaned up for both the dev and production code paths in the flutter CLI tools.
See: dart-lang/sdk#50711