setNetworkLoggingCaptureBodies method

Future<void> setNetworkLoggingCaptureBodies(
  1. bool capture
)

Implementation

Future<void> setNetworkLoggingCaptureBodies(bool capture) {
  throw UnimplementedError(
      'setNetworkLoggingCaptureBodies() has not been implemented.');
}