Future<bool> isValidEvmAddress(String address) async { return await _jsApi .jsCall<bool>('window.account.isValidEvmAddress("$address")'); }