createDefaultLogger function
Factory helper to mirror existing logging behaviour without new singletons.
Implementation
TTLogger createDefaultLogger() => const PrintLogger();
Factory helper to mirror existing logging behaviour without new singletons.
TTLogger createDefaultLogger() => const PrintLogger();