isEngineSupported static method

bool isEngineSupported(
  1. EngineType type
)

Check if engine is supported

Implementation

static bool isEngineSupported(EngineType type) {
  return VpnEngineFactory.isEngineSupported(type);
}