ProxyController.fromPlatformCreationParams constructor

ProxyController.fromPlatformCreationParams(
  1. PlatformProxyControllerCreationParams params
)

Constructs a ProxyController from creation params for a specific platform.

Implementation

ProxyController.fromPlatformCreationParams(
  PlatformProxyControllerCreationParams params,
) : this.fromPlatform(PlatformProxyController(params));