AndroidProxyControllerCreationParams.fromPlatformProxyControllerCreationParams constructor

AndroidProxyControllerCreationParams.fromPlatformProxyControllerCreationParams(
  1. PlatformProxyControllerCreationParams params
)

Creates a AndroidProxyControllerCreationParams instance based on PlatformProxyControllerCreationParams.

Implementation

factory AndroidProxyControllerCreationParams.fromPlatformProxyControllerCreationParams(
    PlatformProxyControllerCreationParams params) {
  return AndroidProxyControllerCreationParams(params);
}