ChatPlatformScope constructor

const ChatPlatformScope({
  1. Key? key,
  2. required ChatPlatformServices services,
  3. required Widget child,
})

Implementation

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