debugPrint top-level property Null safety

DebugPrintCallback debugPrint
read / write

Prints a message to the console, which you can access using the "flutter" tool's "logs" command ("flutter logs").

See also:

Implementation

DebugPrintCallback debugPrint = debugPrintThrottled;