Skip to content
Discussion options

You must be logged in to vote

Looks like it's the result of the null-propagation operator, removing that will emit the warning. But an await there would throw if _action is null, so it's not exactly a good pattern in general, at least without await? or the like.

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@TahirAhmadov
Comment options

@TahirAhmadov
Comment options

Answer selected by TahirAhmadov
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants