AdminAppListScreen constructor

const AdminAppListScreen({
  1. Key? key,
  2. required ChatService service,
})

Implementation

const AdminAppListScreen({super.key, required this.service});