EmbeddedConnectPage constructor
const
EmbeddedConnectPage({})
Implementation
const EmbeddedConnectPage({
Key? key,
required this.onResolved,
required this.onPlatformConnect,
this.testMode = false,
}) : super(key: key);