createPlatformTracingControllerStatic method

PlatformTracingController createPlatformTracingControllerStatic()

Creates a new empty PlatformTracingController to access static methods.

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

Implementation

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