ConnectionsPage constructor

const ConnectionsPage({
  1. Key? key,
  2. required String agentId,
})

Implementation

const ConnectionsPage({Key? key, required this.agentId}) : super(key: key);