Closed
Description
Problem Statement
devMode
is marked as @internal
so we get a warning when we try to use it:
@internal
bool devMode = false;
Is there a reason for this to be @internal
? I can see it being useful to be used as devMode = kDebugMode
. This way we get exceptions when we are developing.
Solution Brainstorm
No response
Are you willing to submit a PR?
None
Metadata
Metadata
Assignees
Type
Projects
Status
Done
Status
No status