ChatPlatformScope constructor
const
ChatPlatformScope({
- Key? key,
- required ChatPlatformServices services,
- required Widget child,
Implementation
const ChatPlatformScope({
super.key,
required this.services,
required super.child,
});