ContainerController.fromPlatformCreationParams constructor

ContainerController.fromPlatformCreationParams(
  1. PlatformContainerControllerCreationParams params
)

Creates a controller from platform-specific creation parameters.

Implementation

ContainerController.fromPlatformCreationParams(
  PlatformContainerControllerCreationParams params,
) : this.fromPlatform(PlatformContainerController(params));