enableDevTools static method

void enableDevTools()

Enable deep diagnostic logging for Blue Whale. This will log all state mutations and UI rebuilds to the console.

Implementation

static void enableDevTools() => WhaleDevTools.enabled = true;