ChatView constructor
const
ChatView({
- Key? key,
- required dynamic onBackPressed(),
Implementation
const ChatView({Key? key, required this.onBackPressed}) : super(key: key);