getRegionUrl static method

String? getRegionUrl(
  1. EzvizRegion region
)

Gets the URL for a specific region without changing the global setting

Implementation

static String? getRegionUrl(EzvizRegion region) {
  return regionUrls[region];
}