init abstract method
The service used to fetch wallet listings from the explorer API. Sets up the explorer and the web3App if they already been initialized.
Implementation
// abstract final IExplorerService explorerService;
/// Sets up the explorer and the web3App if they already been initialized.
Future<void> init();