widgets/quick_rtc_consumer library

Classes

QuickRTCConsumer
A comprehensive wrapper widget that combines Provider, Listener, and Builder.
QuickRTCConsumerLite
A simpler consumer that doesn't include a Provider.

Typedefs

QuickRTCConsumerWidgetBuilder = Widget Function(BuildContext context, QuickRTCState state, QuickRTCController controller)
Signature for the consumer builder - receives context, state, AND controller
QuickRTCConsumerWidgetListener = void Function(BuildContext context, QuickRTCController controller)
Signature for consumer listener - receives context and controller