ChatSearchPage constructor

const ChatSearchPage(
  1. String teamId, {
  2. Key? key,
})

Implementation

const ChatSearchPage(this.teamId, {Key? key}) : super(key: key);