isTracing method

Future<bool> isTracing()

Returns whether the WebView framework is tracing.

Officially Supported Platforms/Implementations:

Implementation

Future<bool> isTracing() {
  throw UnimplementedError(
      'isTracing is not implemented on the current platform');
}