OpenChatPage constructor

const OpenChatPage({
  1. Key? key,
  2. required Future<String> reply_func(
    1. String input
    ),
})

Implementation

const OpenChatPage({super.key, required this.reply_func});