ClientShow constructor

ClientShow(
  1. Client currentClient,
  2. Function callback,
  3. Map permissions, {
  4. Key? key,
})

Implementation

ClientShow(this.currentClient, this.callback, this.permissions, {super.key});