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
Can a loggerTheme property be implemented in ThemeData so that we may set a global state for the logger?
The default Logger is with PrettyPrinter, implementing this allows us to change the default into our requirement. Set it to SimplePrinter as an example