ChatSetting constructor
const
ChatSetting({
- Key? key,
- required dynamic onSuccess(),
Implementation
const ChatSetting({super.key, required this.onSuccess});
const ChatSetting({super.key, required this.onSuccess});