enableDebugging method

Future<void> enableDebugging(
  1. bool enabled
)

Whether to enable the platform's webview content debugging tools.

Implementation

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