extractNetworks method

List<String> extractNetworks()

Implementation

List<String> extractNetworks() {
  return map((e) => e.network.chainId).toSet().toList();
}