setAutomaticallyWaitsToMinimizeStalling method

On iOS and macOS, sets the automaticallyWaitsToMinimizeStalling option, and does nothing on other platforms.

Implementation

Future<SetAutomaticallyWaitsToMinimizeStallingResponse>
    setAutomaticallyWaitsToMinimizeStalling(
        SetAutomaticallyWaitsToMinimizeStallingRequest request) {
  throw UnimplementedError(
      "setAutomaticallyWaitsToMinimizeStalling() has not been implemented.");
}