PluginAccountListPage constructor

const PluginAccountListPage(
  1. PolkawalletPlugin plugin,
  2. Keyring keyring, {
  3. Key? key,
})

Implementation

const PluginAccountListPage(this.plugin, this.keyring, {Key? key})
    : super(key: key);