LiveMetricsViewer constructor

const LiveMetricsViewer({
  1. Key? key,
  2. required Stream<RoomEvent> events,
  3. Map<String, dynamic>? pricing,
})

Implementation

const LiveMetricsViewer({super.key, required this.events, this.pricing});