TracingController.fromPlatformCreationParams constructor

TracingController.fromPlatformCreationParams(
  1. PlatformTracingControllerCreationParams params
)

Constructs a TracingController from creation params for a specific platform.

Implementation

TracingController.fromPlatformCreationParams(
  PlatformTracingControllerCreationParams params,
) : this.fromPlatform(PlatformTracingController(params));