AndroidProxyControllerCreationParams.fromPlatformProxyControllerCreationParams constructor
AndroidProxyControllerCreationParams.fromPlatformProxyControllerCreationParams(
- PlatformProxyControllerCreationParams params
Creates a AndroidProxyControllerCreationParams instance based on PlatformProxyControllerCreationParams
.
Implementation
factory AndroidProxyControllerCreationParams.fromPlatformProxyControllerCreationParams(
PlatformProxyControllerCreationParams params) {
return AndroidProxyControllerCreationParams(params);
}