readAll method

Future<Map<String, dynamic>?> readAll()

Reads all metrics

Reads all configured metrics from all the active connections

Implementation

Future<Map<String, dynamic>?> readAll() async {
  return LogbotCompilerService().readAll();
}