getAll method

Map<String, Map<String, String>> getAll()

Get all registered stats across all modules.

Implementation

Map<String, Map<String, String>> getAll() => Map.unmodifiable(_stats);