debugPrint top-level property Null safety
read / write
Prints a message to the console, which you can access using the "flutter" tool's "logs" command ("flutter logs").
See also:
- DebugPrintCallback, for function parameters and usage details.
Implementation
DebugPrintCallback debugPrint = debugPrintThrottled;