AppShow constructor

const AppShow(
  1. App? currentApp,
  2. Function callback,
  3. Map permissions, {
  4. Key? key,
})

Implementation

const AppShow(this.currentApp, this.callback, this.permissions, {super.key});