getCacheStatistics method

Map<String, dynamic> getCacheStatistics()

Get widget cache statistics

Implementation

Map<String, dynamic> getCacheStatistics() {
  return _widgetCache.getStatistics();
}