createPlatformTracingController method

PlatformTracingController createPlatformTracingController(
  1. PlatformTracingControllerCreationParams params
)

Creates a new PlatformTracingController.

This function should only be called by the app-facing package. Look at using TracingController in flutter_inappwebview instead.

Implementation

PlatformTracingController createPlatformTracingController(
  PlatformTracingControllerCreationParams params,
) {
  throw UnimplementedError(
      'createPlatformTracingController is not implemented on the current platform.');
}