withIgnoreMultiWindows method

StrategyChain withIgnoreMultiWindows({
  1. bool ignore = true,
})

Implementation

StrategyChain withIgnoreMultiWindows({bool ignore = true}) =>
    _copy(ignoreMultiWindows: ignore);