This method will be called before plugin start
Future<void> onWillStart(Keyring keyring) async { if (keyring.current.address != null) { loadBalances(keyring.current); } }