TelemetryPluginDetail constructor

const TelemetryPluginDetail({
  1. Key? key,
  2. required TelemetryPlugin plugin,
})

Creates a new telemetry plugin detail view.

Implementation

const TelemetryPluginDetail({super.key, required this.plugin});