getApiServer static method

ApiServer? getApiServer(
  1. String name
)

Get ApiServer with the specified name

Implementation

static ApiServer? getApiServer(String name){
  return apiServerRegistory[name];
}