isTracing method
Returns whether the WebView framework is tracing.
Officially Supported Platforms/Implementations:
- Android WebView (Official API - TracingController.isTracing)
Use the PlatformTracingController.isMethodSupported method to check if this method is supported at runtime.
Implementation
Future<bool> isTracing() => platform.isTracing();