computeLimits method

Future<void> computeLimits()

Sets the limits of this

Implementation

Future<void> computeLimits() async {
  await setHardLimits();
  await simulate();
  await setLimits();
}