isTracing method
Returns whether the WebView framework is tracing.
Officially Supported Platforms/Implementations:
- Android native WebView (Official API - TracingController.isTracing)
Implementation
Future<bool> isTracing() {
throw UnimplementedError(
'isTracing is not implemented on the current platform');
}