printDebugInfo method

void printDebugInfo()

Prints debug information.

Implementation

void printDebugInfo() {
  SkeletonDebug.printStatistics();
  debugPrint('Cache Statistics: ${SkeletonCache.statistics}');
}