printDebugInfo method
void
printDebugInfo()
Prints debug information.
Implementation
void printDebugInfo() {
SkeletonDebug.printStatistics();
debugPrint('Cache Statistics: ${SkeletonCache.statistics}');
}
Prints debug information.
void printDebugInfo() {
SkeletonDebug.printStatistics();
debugPrint('Cache Statistics: ${SkeletonCache.statistics}');
}