debugPrint top-level property

DebugPrintCallback debugPrint
getter/setter pair

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;