ZenRtcAppShell constructor

const ZenRtcAppShell({
  1. Key? key,
  2. required Widget child,
})

Creates a ZenRTC application shell.

Implementation

const ZenRtcAppShell({super.key, required this.child});