ConnectionChecker constructor

const ConnectionChecker(
  1. PolkawalletPlugin plugin, {
  2. Key? key,
  3. required Function onConnected,
  4. bool checker()?,
})

Implementation

const ConnectionChecker(this.plugin,
    {Key? key, required this.onConnected, this.checker})
    : super(key: key);