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
[warning] Undefined class 'any' (/Users/devoncarew/projects/chrome.dart/lib/gen/app.dart, line 141, col 36)
[warning] Undefined class 'any' (/Users/devoncarew/projects/chrome.dart/lib/gen/app.dart, line 150, col 3)
[warning] Undefined class 'any' (/Users/devoncarew/projects/chrome.dart/lib/gen/app.dart, line 151, col 12)
[warning] Undefined class 'any' (/Users/devoncarew/projects/chrome.dart/lib/gen/app.dart, line 175, col 1)
[warning] Undefined class 'any.fromProxy' (/Users/devoncarew/projects/chrome.dart/lib/gen/app.dart, line 175, col 66)
We should probably be converting any type references to dynamic.
The text was updated successfully, but these errors were encountered:
See these analysis issues:
We should probably be converting
any
type references todynamic
.The text was updated successfully, but these errors were encountered: