Future<void> setNetwork(String network) async { await _jsApi.jsCallVoidReturn('window.utils.setSelectedNetwork("$network")'); }