Future<void> changeNetwork(String chainId, String address) async { await service.changeNetwork(chainId, address); }