ContactsPage constructor

const ContactsPage({
  1. Key? key,
  2. required Web3MQClient client,
})

Implementation

const ContactsPage({super.key, required this.client});