You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We don't handle named parameters when creating pure dart functions.
There might be some very rare cases where a named parameters must be emitted when magic-casting a function
e.g: String Function(int, {String id})
The text was updated successfully, but these errors were encountered:
We don't handle named parameters when creating pure dart functions.
There might be some very rare cases where a named parameters must be emitted when magic-casting a function
e.g:
String Function(int, {String id})
The text was updated successfully, but these errors were encountered: