setAutomaticallyWaitsToMinimizeStalling method

  1. @override
Future<SetAutomaticallyWaitsToMinimizeStallingResponse> setAutomaticallyWaitsToMinimizeStalling(
  1. SetAutomaticallyWaitsToMinimizeStallingRequest request
)
override

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

Implementation

@override
Future<SetAutomaticallyWaitsToMinimizeStallingResponse>
    setAutomaticallyWaitsToMinimizeStalling(
        SetAutomaticallyWaitsToMinimizeStallingRequest request) async {
  return SetAutomaticallyWaitsToMinimizeStallingResponse();
}