isTracing method

Future<bool> isTracing()

Returns whether the WebView framework is tracing.

Officially Supported Platforms/Implementations:

Use the PlatformTracingController.isMethodSupported method to check if this method is supported at runtime.

Implementation

Future<bool> isTracing() => platform.isTracing();