Skip to content

Commit

Permalink
[ci] Drop extra ? for dynamic (flutter#3757)
Browse files Browse the repository at this point in the history
  • Loading branch information
GaryQian committed Mar 25, 2021
1 parent 4cd43e9 commit 1ecc550
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -68,7 +68,7 @@ class GoogleAuth {

/// Attaches the sign-in flow to the specified container's click handler.
external dynamic attachClickHandler(
dynamic? container,
dynamic container,
SigninOptions options,
dynamic onsuccess(GoogleUser googleUser),
dynamic onfailure(String reason));
Expand Down

0 comments on commit 1ecc550

Please sign in to comment.