pub async fn handle_get_saved_networks(
client_controller: &ClientControllerProxy,
) -> Result<Vec<NetworkConfig>, Error>
Expand description
Issues a call to the client policy layer to get saved networks and prints all saved network configurations.